Request for reviews (XXS): 6928839: JSR 292 typo in x86 _adapter_check_cast

Vladimir Kozlov Vladimir.Kozlov at Sun.COM
Tue Feb 23 08:25:15 PST 2010


Looks good.

Vladimir

On 2/23/10 4:05 AM, Christian Thalinger wrote:
> http://cr.openjdk.java.net/~twisti/6928839/webrev.01/
> 	
> There is a small typo in methodHandles_x86.cpp in
> MethodHandles::generate_method_handle_stub for _adapter_check_cast:
> the object null test is only a testl but should be a testptr.  The fix
> is obvious.


More information about the hotspot-compiler-dev mailing list