--- old/test/runtime/Nestmates/privateMethods/TestInvokeHierarchy.java 2017-09-15 02:59:57.138676965 -0400 +++ new/test/runtime/Nestmates/privateMethods/TestInvokeHierarchy.java 2017-09-15 02:59:55.226568517 -0400 @@ -27,7 +27,7 @@ * @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 */