jrose [Tue, 11 May 2010 15:19:19 -0700] rev 5426
Merge
twisti [Fri, 07 May 2010 04:20:56 -0700] rev 5425
6950617: Zero/Shark interface updates
Summary: Zero needs a couple of new methods to allow Shark to access the new frame anchor field.
Reviewed-by: twisti
Contributed-by: Gary Benson <gbenson@redhat.com>
twisti [Thu, 06 May 2010 02:09:18 -0700] rev 5424
6950178: Zero stack improvements
Summary: Moves the logic for determining the size of the Zero stack into the ZeroStack class.
Reviewed-by: twisti
Contributed-by: Gary Benson <gbenson@redhat.com>
twisti [Wed, 05 May 2010 05:57:21 -0700] rev 5423
6949830: 6939134 broke Zero
Summary: The commit for 6939134 broke Zero.
Reviewed-by: twisti
Contributed-by: Gary Benson <gbenson@redhat.com>
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