diff c1x4hotspotsrc/HotSpotTest/src/C1XTest.java @ 1435:20a3896518ac

Initial adjustments to make C1X4HotSpot compile and run with latest Maxine version.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Fri, 22 Oct 2010 17:31:38 +0200
parents 72cfb36c6bb2
children d0c8d3a2a7e8
line wrap: on
line diff
--- a/c1x4hotspotsrc/HotSpotTest/src/C1XTest.java	Thu Sep 30 17:19:48 2010 -0700
+++ b/c1x4hotspotsrc/HotSpotTest/src/C1XTest.java	Fri Oct 22 17:31:38 2010 +0200
@@ -25,18 +25,6 @@
 		}
 		System.out.println("exit");
 	}
-	
-	public static void main2(String[] args) {
-		Other.I[] array = new Other.I[] { new Other.A(), new Other.B(),
-				new Other.C(), new Other.A(), new Other.B(), new Other.C() };
-
-		int sum = 0;
-		for (int i = 0; i < 20; i++)
-			for (Other.I o : array) {
-				sum += o.v();
-			}
-		System.out.println(sum);
-	}
 
 	public static void main(String[] args) throws IOException, Exception {
 		for (int i = 0; i < 10000; i++) {