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

Christian Thalinger Christian.Thalinger at Sun.COM
Tue Feb 23 04:05:00 PST 2010


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