--- old/test/runtime/Nestmates/privateConstructors/TestConstructorHierarchy.java 2017-09-15 02:59:10.572035855 -0400 +++ new/test/runtime/Nestmates/privateConstructors/TestConstructorHierarchy.java 2017-09-15 02:59:08.719930810 -0400 @@ -26,7 +26,7 @@ * @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