Changeset: 71dec1971fd4
Author:jrose
Date: 2009-07-16 13:42 -0700
URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/71dec1971fd4
meth.walker: more implementation
! meth.walker.patch
! series
Changeset: 0602439d6e05
Author:jrose
Date: 2009-07-17 15:27 -0700
URL:
Hi all,
I just would like to see if the Hotspot is possible to inline this call site:
InvokeDynamic."plus"(Object, Object)
with this target:
public static final int plus(int, int) {
return a + b;
}
I tested calling InvokeDynamic."plus"(Object, Object) with the above target
and it is r