< prev index next >

src/cpu/aarch64/vm/c1_MacroAssembler_aarch64.cpp

Print this page
rev 10524 : [backport] Some trivial-ish cleanups

*** 142,152 **** if (!UseBiasedLocking) { // load object ldr(obj, Address(disp_hdr, BasicObjectLock::obj_offset_in_bytes())); } verify_oop(obj); - // test if object header is pointing to the displaced header, and if so, restore // the displaced header in the object - if the object header is not pointing to // the displaced header, get the object header instead // if the object header was not pointing to the displaced header, // we do unlocking via runtime call --- 142,151 ----
< prev index next >