< prev index next >

test/runtime/Nestmates/privateStaticMethods/TestMethodHandles.java

Print this page

        

@@ -24,11 +24,10 @@
 /*
  * @test
  * @bug 8046171
  * @summary Test access to private static methods between nestmates and nest-top
  *          using different flavours of named nested types using MethodHandles
- * @compile -XDdisablePrivateAccessors TestMethodHandles.java
  * @run main TestMethodHandles
  */
 
 
 import java.lang.invoke.*;
< prev index next >