diff -r a8d3bacb68d7 -r 6eddf8400cbc hotspot/test/compiler/6636138/Test2.java --- a/hotspot/test/compiler/6636138/Test2.java Mon Aug 31 02:24:21 2009 -0700 +++ b/hotspot/test/compiler/6636138/Test2.java Mon Aug 31 08:31:45 2009 -0700 @@ -51,7 +51,7 @@ int value = (i-1 + src.length)%src.length; // correct value after shifting if (src[i] != value) { System.out.println("Error: src["+i+"] should be "+ value + " instead of " + src[i]); - System.exit(-1); + System.exit(97); } } }