< prev index next >

test/com/sun/jdi/PopAndInvokeTest.java

Print this page
rev 16783 : 8176176: fix @modules in jdk_svc tests
Reviewed-by: duke

*** 22,37 **** */ /** * @test * @bug 6517249 - * @modules jdk.jdi - * @ignore 6951287 * @summary JDWP: Cannot do an invokeMethod after a popFrames operation - * * @author jjh * * @run build TestScaffold VMConnection TargetListener TargetAdapter * @run compile -g PopAndInvokeTest.java * @run driver PopAndInvokeTest */ import com.sun.jdi.*; --- 22,36 ---- */ /** * @test * @bug 6517249 * @summary JDWP: Cannot do an invokeMethod after a popFrames operation * @author jjh * + * @ignore 6951287 + * * @run build TestScaffold VMConnection TargetListener TargetAdapter * @run compile -g PopAndInvokeTest.java * @run driver PopAndInvokeTest */ import com.sun.jdi.*;
< prev index next >