< prev index next >

test/runtime/ErrorHandling/SafeFetchInErrorHandlingTest.java

Print this page
@  rev 7996 : 8075533: Zero JVM segfaults for -version after JDK-8074552
|

@@ -19,11 +19,11 @@
 public class SafeFetchInErrorHandlingTest {
 
 
   public static void main(String[] args) throws Exception {
 
-    if (!Platform.isDebugBuild()) {
+    if (!Platform.isDebugBuild() || Platform.isZero()) {
       return;
     }
 
     ProcessBuilder pb = ProcessTools.createJavaProcessBuilder(
         "-XX:+UnlockDiagnosticVMOptions",
< prev index next >