< prev index next >

test/runtime/Nestmates/privateMethods/TestInvokeHierarchy.java

Print this page

        

@@ -25,11 +25,11 @@
  * @test
  * @bug 8046171
  * @summary Test access to private methods between nestmates where there
  *          is an inheritance hierarchy and we invoke private methods that
  *          exist in specific classes in the hierarchy.
- * @compile -XDdisablePrivateAccessors TestInvokeHierarchy.java
+ * @compile TestInvokeHierarchy.java
  * @compile ExternalSuper.jcod ExternalSub.jcod
  * @run main TestInvokeHierarchy
  */
 
 public class TestInvokeHierarchy {
< prev index next >