# HG changeset patch # User twisti # Date 1241695013 25200 # Node ID f2954231d1901d240085aaf91fea8a5152d6dbd1 # Parent e85af0c0c94b2f9a149188e5e0f4398655ee2a85# Parent f53b154d959d42c77041549eeb554ab7b64bfc4b Merge diff -r e85af0c0c94b -r f2954231d190 test/compiler/6636138/Test1.java --- a/test/compiler/6636138/Test1.java Thu May 07 00:28:13 2009 -0700 +++ b/test/compiler/6636138/Test1.java Thu May 07 04:16:53 2009 -0700 @@ -29,7 +29,7 @@ * @run main/othervm -server -Xbatch -XX:CompileOnly=Test1.init Test1 */ -class Test1 { +public class Test1 { public static void init(int src[], int [] dst, int[] ref) { // initialize the arrays diff -r e85af0c0c94b -r f2954231d190 test/compiler/6636138/Test2.java --- a/test/compiler/6636138/Test2.java Thu May 07 00:28:13 2009 -0700 +++ b/test/compiler/6636138/Test2.java Thu May 07 04:16:53 2009 -0700 @@ -29,7 +29,7 @@ * @run main/othervm -server -Xbatch -XX:CompileOnly=Test2.shift Test2 */ -class Test2 { +public class Test2 { public static void init(int src[]) { // Initialize the array