< prev index next >

test/compiler/runtime/Test7088020.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

@@ -25,15 +25,19 @@
 /**
  * @test
  * @bug 7088020
  * @summary SEGV in JNIHandleBlock::release_block
  *
- * @run main Test7088020
+ * @run main compiler.runtime.Test7088020
  */
 
-import java.lang.invoke.*;
+package compiler.runtime;
 
+import java.lang.invoke.MethodHandle;
+import java.lang.invoke.MethodHandles;
+import java.lang.invoke.MethodType;
+import java.lang.invoke.WrongMethodTypeException;
 
 public class Test7088020 {
     public static boolean test() {
         return false;
     }
< prev index next >