--- old/test/runtime/Nestmates/privateConstructors/TestInvokeSpecial.java 2017-09-15 02:59:16.292360290 -0400 +++ new/test/runtime/Nestmates/privateConstructors/TestInvokeSpecial.java 2017-09-15 02:59:14.348250027 -0400 @@ -26,9 +26,11 @@ * @bug 8046171 * @summary Test access to private constructors between nestmates and nest-top * using different flavours of named nested types that will - * generate invokespecial for the calls - * @compile -XDdisablePrivateAccessors TestInvokeSpecial.java + * generate invokespecial for the calls. The -Xcomp run is a special + * regression test for a compiler assertion that would fire when + * "loading" a nest-top class. * @run main TestInvokeSpecial + * @run main/othervm -Xcomp TestInvokeSpecial */ public class TestInvokeSpecial {