--- old/src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp 2018-07-09 12:24:32.979117724 +0300 +++ new/src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp 2018-07-09 12:24:32.719101199 +0300 @@ -1758,7 +1758,7 @@ br(Assembler::EQ, do_profile); get_method(tmp); ldrh(rscratch1, Address(tmp, Method::intrinsic_id_offset_in_bytes())); - cmp(rscratch1, vmIntrinsics::_compiledLambdaForm); + cmp_imm12(rscratch1, vmIntrinsics::_compiledLambdaForm); br(Assembler::NE, profile_continue); bind(do_profile);