comparison c1x4hotspotsrc/HotSpotTest/src/jttTests.java @ 1427:149b1d2316de

basic invokeinterface and invokevirtual support
author Lukas Stadler <lukas.stadler@oracle.com>
date Wed, 18 Aug 2010 16:47:06 -0700
parents 98fffb304868
children abc670a709dc
comparison
equal deleted inserted replaced
1426:ed6bd46ad55e 1427:149b1d2316de
2 import com.sun.hotspot.c1x.logging.Logger; 2 import com.sun.hotspot.c1x.logging.Logger;
3 3
4 public class jttTests { 4 public class jttTests {
5 5
6 public static void main(String[] args) { 6 public static void main(String[] args) {
7 runTests(182, 182); 7 runTests(0, 200);
8 Logger.info("total: " + executed + " tests executed, " + passed + " passed, " + failed + " failed"); 8 Logger.info("total: " + executed + " tests executed, " + passed + " passed, " + failed + " failed");
9 } 9 }
10 10
11 private static int testNumber; 11 private static int testNumber;
12 private static String testName; 12 private static String testName;