equal
deleted
inserted
replaced
25 |
25 |
26 /* |
26 /* |
27 * @test DeoptimizeMethodTest |
27 * @test DeoptimizeMethodTest |
28 * @bug 8006683 8007288 8022832 |
28 * @bug 8006683 8007288 8022832 |
29 * @library /testlibrary /test/lib / |
29 * @library /testlibrary /test/lib / |
|
30 * @modules java.base/jdk.internal.misc |
30 * @modules java.management |
31 * @modules java.management |
31 * @build DeoptimizeMethodTest |
32 * @build DeoptimizeMethodTest |
32 * @run driver ClassFileInstaller sun.hotspot.WhiteBox |
33 * @run driver ClassFileInstaller sun.hotspot.WhiteBox |
33 * sun.hotspot.WhiteBox$WhiteBoxPermission |
34 * sun.hotspot.WhiteBox$WhiteBoxPermission |
34 * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:-UseCounterDecay -XX:CompileCommand=compileonly,compiler.whitebox.SimpleTestCaseHelper::* DeoptimizeMethodTest |
35 * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:-UseCounterDecay -XX:CompileCommand=compileonly,compiler.whitebox.SimpleTestCaseHelper::* DeoptimizeMethodTest |