8034780: Remove used imports

Reviewed-by: sundar, chegar, lancea, dfuchs
This commit is contained in:
Alan Bateman 2014-02-12 14:23:52 +00:00
parent 961783d954
commit 87ed9d213a
3 changed files with 0 additions and 5 deletions

View File

@ -31,8 +31,6 @@ import sun.invoke.util.*;
import sun.misc.Unsafe;
import static java.lang.invoke.MethodHandleStatics.*;
import java.util.logging.Level;
import java.util.logging.Logger;
/**
* A method handle is a typed, directly executable reference to an underlying method,

View File

@ -27,8 +27,6 @@ package java.lang.invoke;
import static java.lang.invoke.LambdaForm.*;
import static java.lang.invoke.MethodHandleNatives.Constants.*;
import java.util.logging.Level;
import java.util.logging.Logger;
/**
* A method handle whose behavior is determined only by its LambdaForm.

View File

@ -31,7 +31,6 @@ import java.net.URL;
import java.net.MalformedURLException;
import java.awt.*;
import java.applet.*;
import sun.tools.jar.*;
/**