< prev index next >

test/runtime/Nestmates/privateMethods/TestInvokeErrors.java

Print this page

        

*** 25,35 **** * @test * @bug 8046171 * @summary Setup nestmate calls to private methods then use * modified jcod classes to introduce errors. Test with * and without verification enabled ! * @compile -XDdisablePrivateAccessors TestInvokeErrors.java * @compile MissingMethod.jcod * MissingMethodWithSuper.jcod * MissingNestTop.jcod * @run main TestInvokeErrors true * @run main/othervm -Xverify:none TestInvokeErrors false --- 25,35 ---- * @test * @bug 8046171 * @summary Setup nestmate calls to private methods then use * modified jcod classes to introduce errors. Test with * and without verification enabled ! * @compile TestInvokeErrors.java * @compile MissingMethod.jcod * MissingMethodWithSuper.jcod * MissingNestTop.jcod * @run main TestInvokeErrors true * @run main/othervm -Xverify:none TestInvokeErrors false
< prev index next >