< prev index next >

test/runtime/Nestmates/privateStaticFields/TestReflection.java

Print this page

        

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