< prev index next >

test/runtime/Nestmates/privateConstructors/TestConstructorHierarchy.java

Print this page

        

@@ -24,11 +24,11 @@
 /*
  * @test
  * @bug 8046171
  * @summary Test access to private constructors in the hierarchy that are
  * outside the nest
- * @compile -XDdisablePrivateAccessors TestConstructorHierarchy.java
+ * @compile TestConstructorHierarchy.java
  * @compile ExternalSuper.jcod
  *          ExternalSub.jcod
  * @run main TestConstructorHierarchy
  */
 
< prev index next >