# HG changeset patch # User twisti # Date 1241625444 25200 # Node ID f53b154d959d42c77041549eeb554ab7b64bfc4b # Parent 36ee9b69616e87c3ff6912c21b04db87ba5954ff 6837906: compiler tests of 6636138 fail with IllegalAccessException Summary: The compiler tests of 6636138 fail with an IllegalAccessException. Reviewed-by: kvn diff -r 36ee9b69616e -r f53b154d959d test/compiler/6636138/Test1.java --- a/test/compiler/6636138/Test1.java Tue May 05 11:02:10 2009 -0700 +++ b/test/compiler/6636138/Test1.java Wed May 06 08:57:24 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 36ee9b69616e -r f53b154d959d test/compiler/6636138/Test2.java --- a/test/compiler/6636138/Test2.java Tue May 05 11:02:10 2009 -0700 +++ b/test/compiler/6636138/Test2.java Wed May 06 08:57:24 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