OpenJDK / loom / loom
changeset 2865:88357c47aaaf
Merge
author | twisti |
---|---|
date | Thu, 07 May 2009 04:16:53 -0700 |
parents | ef8439ec732b 1262819e8925 |
children | 6beb2b47717a |
files | |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hotspot/test/compiler/6636138/Test1.java Thu May 07 00:28:13 2009 -0700 +++ b/hotspot/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
--- a/hotspot/test/compiler/6636138/Test2.java Thu May 07 00:28:13 2009 -0700 +++ b/hotspot/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