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.