comparison test/runtime/8003720/Test8003720.java @ 7186:dad48145e775

8004199: Change the ASM package for Test8003720 Reviewed-by: kvn, jrose
author stefank
date Thu, 29 Nov 2012 23:02:52 +0100
parents d0aa87f04bd5
children
comparison
equal deleted inserted replaced
7185:90273fc0a981 7186:dad48145e775
24 24
25 /* 25 /*
26 * @test 26 * @test
27 * @bug 8003720 27 * @bug 8003720
28 * @summary Method in interpreter stack frame can be deallocated 28 * @summary Method in interpreter stack frame can be deallocated
29 * @compile -XDignore.symbol.file Victim.java 29 * @compile -XDignore.symbol.file -source 1.7 -target 1.7 Victim.java
30 * @run main/othervm -Xverify:all -Xint Test8003720 30 * @run main/othervm -Xverify:all -Xint Test8003720
31 */ 31 */
32 32
33 // Attempts to make the JVM unload a class while still executing one of its methods. 33 // Attempts to make the JVM unload a class while still executing one of its methods.
34 public class Test8003720 { 34 public class Test8003720 {