test/runtime/8003720/Test8003720.java

Print this page

        

*** 24,34 **** /* * @test * @bug 8003720 * @summary Method in interpreter stack frame can be deallocated ! * @compile -XDignore.symbol.file -source 1.7 -target 1.7 Victim.java * @run main/othervm -Xverify:all -Xint Test8003720 */ // Attempts to make the JVM unload a class while still executing one of its methods. public class Test8003720 { --- 24,34 ---- /* * @test * @bug 8003720 * @summary Method in interpreter stack frame can be deallocated ! * @compile -XDignore.symbol.file Victim.java * @run main/othervm -Xverify:all -Xint Test8003720 */ // Attempts to make the JVM unload a class while still executing one of its methods. public class Test8003720 {