< prev index next >

test/hotspot/jtreg/runtime/ErrorHandling/ShowRegistersOnAssertTest.java

Print this page
rev 59076 : [mq]: 8243945

*** 29,38 **** --- 29,39 ---- * @library /test/lib * @requires (vm.debug == true) & (os.family == "linux") * @author Thomas Stuefe (SAP) * @modules java.base/jdk.internal.misc * java.management + * @run driver ShowRegistersOnAssertTest */ // Note: this test can only run on debug since it relies on VMError::controlled_crash() which // only exists in debug builds. import java.io.BufferedReader;
< prev index next >