test/runtime/8003720/Test8003720.java

changeset 4305
dad48145e775
parent 4298
d0aa87f04bd5
child 6876
710a3c8b516e
equal deleted inserted replaced
4304:90273fc0a981 4305: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 {

mercurial