--- old/test/runtime/Nestmates/privateStaticFields/TestPrivateStaticField.java 2017-09-15 03:00:19.723957930 -0400 +++ new/test/runtime/Nestmates/privateStaticFields/TestPrivateStaticField.java 2017-09-15 03:00:17.863852431 -0400 @@ -26,7 +26,6 @@ * @bug 8046171 * @summary Test access to private static fields between nestmates and nest-top * using different flavours of named nested types - * @compile -XDdisablePrivateAccessors TestPrivateStaticField.java * @run main TestPrivateStaticField */ @@ -41,7 +40,7 @@ // Methods that will access private static fields of nestmates // We use the arguments for overloading purposes and use the fact // you can access a static field through an object reference for - // convenience. + // convenience. // NOTE: No InnerNested calls in this test because non-static nested types // can't have static fields. Also no StaticIface calls as static interface