Skip to content

Commit c7f0ae0

Browse files
committed
8230376: [TESTBUG] runtime/StackTrace/HiddenFrameTest.java fails with release VM
Reviewed-by: dholmes
1 parent 6a48a4e commit c7f0ae0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
* @bug 8216977
2727
* @summary Test null source file and negative line number from hidden frame produces correct output.
2828
* @library /test/lib
29-
* @run main/othervm -XX:+ShowHiddenFrames HiddenFrameTest visible
30-
* @run main/othervm -XX:-ShowHiddenFrames HiddenFrameTest hidden
29+
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+ShowHiddenFrames HiddenFrameTest visible
30+
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:-ShowHiddenFrames HiddenFrameTest hidden
3131
*/
3232

3333
import jdk.test.lib.Asserts;

0 commit comments

Comments
 (0)