diff test/compiler/6636138/Test1.java @ 952:ace8397c8563

6876276: assert(!is_visited,"visit only once") Summary: schedule the superword loads based on dependence constraints Reviewed-by: kvn, never
author cfang
date Mon, 31 Aug 2009 08:31:45 -0700
parents f53b154d959d
children c18cbe5936b8
line wrap: on
line diff
--- a/test/compiler/6636138/Test1.java	Mon Aug 31 02:24:21 2009 -0700
+++ b/test/compiler/6636138/Test1.java	Mon Aug 31 08:31:45 2009 -0700
@@ -45,7 +45,7 @@
         for (int i = 0; i < src.length; i++) {
             if (src[i] != ref[i]) {
                 System.out.println("Error: src and ref don't match at " + i);
-                System.exit(-1);
+                System.exit(97);
             }
         }
     }