JIT progress: new, invokespecial, etc.

This commit is contained in:
Joel Dice
2007-12-11 16:52:28 -07:00
parent 396c979de8
commit d70e3aaefb
4 changed files with 223 additions and 72 deletions

View File

@ -23,7 +23,7 @@ public class Misc {
int b = 2;
int c = a + b;
// Misc m = new Misc();
Misc m = new Misc();
// String s = "hello";
// m.foo(s);
// m.bar(s);