< prev index next >

test/hotspot/jtreg/runtime/StackTrace/HiddenFrameTest.java

Print this page
rev 56137 : 8230376: [TESTBUG] runtime/StackTrace/HiddenFrameTest.java fails with release VM
Reviewed-by:

*** 24,35 **** /** * @test * @bug 8216977 * @summary Test null source file and negative line number from hidden frame produces correct output. * @library /test/lib ! * @run main/othervm -XX:+ShowHiddenFrames HiddenFrameTest visible ! * @run main/othervm -XX:-ShowHiddenFrames HiddenFrameTest hidden */ import jdk.test.lib.Asserts; public class HiddenFrameTest { --- 24,35 ---- /** * @test * @bug 8216977 * @summary Test null source file and negative line number from hidden frame produces correct output. * @library /test/lib ! * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+ShowHiddenFrames HiddenFrameTest visible ! * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:-ShowHiddenFrames HiddenFrameTest hidden */ import jdk.test.lib.Asserts; public class HiddenFrameTest {
< prev index next >