twisti [Tue, 04 May 2010 02:33:59 -0700] rev 5422
6949423: remove tagged stack interpreter for Zero
Summary: Missed Zero changes for 6943304.
Reviewed-by: twisti
Contributed-by: Gary Benson <gbenson@redhat.com>
jrose [Sat, 01 May 2010 21:57:35 -0700] rev 5421
6939196: method handle signatures off the boot class path get linkage errors
Summary: Adjust MethodType lookup logic to search off the BCP, but not to cache those results
Reviewed-by: twisti
jrose [Sat, 01 May 2010 02:42:18 -0700] rev 5420
6939134: JSR 292 adjustments to method handle invocation
Summary: split MethodHandle.invoke into invokeExact and invokeGeneric; also clean up JVM-to-Java interfaces
Reviewed-by: twisti
twisti [Fri, 30 Apr 2010 08:37:24 -0700] rev 5419
6943304: remove tagged stack interpreter
Reviewed-by: coleenp, never, gbenson