< prev index next >

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

Print this page
rev 59076 : [mq]: 8243945

*** 29,38 **** --- 29,39 ---- * @summary No hs-err file if fatal error is raised during dynamic initialization. * @library /test/lib * @modules java.base/jdk.internal.misc * @requires (vm.debug == true) * @requires os.family == "linux" + * @run driver VeryEarlyAssertTest */ import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream;
< prev index next >