diff c1x4hotspotsrc/HotSpotTest/src/jttTests.java @ 1425:98fffb304868

tlab-allocated "new instance", invokespecial, support for static fields in COMPILER_CLASSES_DO
author Lukas Stadler <lukas.stadler@oracle.com>
date Tue, 17 Aug 2010 17:34:25 -0700
parents 760213a60e8b
children 149b1d2316de
line wrap: on
line diff
--- a/c1x4hotspotsrc/HotSpotTest/src/jttTests.java	Mon Aug 16 20:00:59 2010 -0700
+++ b/c1x4hotspotsrc/HotSpotTest/src/jttTests.java	Tue Aug 17 17:34:25 2010 -0700
@@ -4,7 +4,7 @@
 public class jttTests {
 
 	public static void main(String[] args) {
-		runTests(128, 128);
+		runTests(182, 182);
 		Logger.info("total: " + executed + " tests executed, " + passed + " passed, " + failed + " failed");
 	}
 
@@ -730,7 +730,7 @@
 			jtt_optimize_Inline02();
 			break;
 		case 226:
-			jtt_optimize_List_reorder_bug();
+			//jtt_optimize_List_reorder_bug();
 			break;
 		case 227:
 			jtt_optimize_NCE_01();