6837906: compiler tests of 6636138 fail with IllegalAccessException
authortwisti
Wed, 06 May 2009 08:57:24 -0700
changeset 2864 1262819e8925
parent 2745 60853c6a93b7
child 2865 88357c47aaaf
6837906: compiler tests of 6636138 fail with IllegalAccessException Summary: The compiler tests of 6636138 fail with an IllegalAccessException. Reviewed-by: kvn
hotspot/test/compiler/6636138/Test1.java
hotspot/test/compiler/6636138/Test2.java
--- a/hotspot/test/compiler/6636138/Test1.java	Tue May 05 11:02:10 2009 -0700
+++ b/hotspot/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
--- a/hotspot/test/compiler/6636138/Test2.java	Tue May 05 11:02:10 2009 -0700
+++ b/hotspot/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