8034780: Remove used imports
Reviewed-by: sundar, chegar, lancea, dfuchs
This commit is contained in:
parent
961783d954
commit
87ed9d213a
@ -31,8 +31,6 @@ import sun.invoke.util.*;
|
|||||||
import sun.misc.Unsafe;
|
import sun.misc.Unsafe;
|
||||||
|
|
||||||
import static java.lang.invoke.MethodHandleStatics.*;
|
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,
|
* A method handle is a typed, directly executable reference to an underlying method,
|
||||||
|
@ -27,8 +27,6 @@ package java.lang.invoke;
|
|||||||
|
|
||||||
import static java.lang.invoke.LambdaForm.*;
|
import static java.lang.invoke.LambdaForm.*;
|
||||||
import static java.lang.invoke.MethodHandleNatives.Constants.*;
|
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.
|
* A method handle whose behavior is determined only by its LambdaForm.
|
||||||
|
@ -31,7 +31,6 @@ import java.net.URL;
|
|||||||
import java.net.MalformedURLException;
|
import java.net.MalformedURLException;
|
||||||
import java.awt.*;
|
import java.awt.*;
|
||||||
import java.applet.*;
|
import java.applet.*;
|
||||||
import sun.tools.jar.*;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user