8230376: [TESTBUG] runtime/StackTrace/HiddenFrameTest.java fails with release VM

Reviewed-by: dholmes
This commit is contained in:
Jie Fu 2019-08-30 01:21:14 -04:00
parent 6a48a4e5ed
commit c7f0ae07cd

View File

@ -26,8 +26,8 @@
* @bug 8216977 * @bug 8216977
* @summary Test null source file and negative line number from hidden frame produces correct output. * @summary Test null source file and negative line number from hidden frame produces correct output.
* @library /test/lib * @library /test/lib
* @run main/othervm -XX:+ShowHiddenFrames HiddenFrameTest visible * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+ShowHiddenFrames HiddenFrameTest visible
* @run main/othervm -XX:-ShowHiddenFrames HiddenFrameTest hidden * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:-ShowHiddenFrames HiddenFrameTest hidden
*/ */
import jdk.test.lib.Asserts; import jdk.test.lib.Asserts;