--- old/test/runtime/ErrorHandling/SafeFetchInErrorHandlingTest.java 2015-03-23 13:56:35.155447478 +0100 +++ new/test/runtime/ErrorHandling/SafeFetchInErrorHandlingTest.java 2015-03-23 13:56:35.097448369 +0100 @@ -21,7 +21,7 @@ public static void main(String[] args) throws Exception { - if (!Platform.isDebugBuild()) { + if (!Platform.isDebugBuild() || Platform.isZero()) { return; }