< prev index next >

src/hotspot/share/code/relocInfo.cpp

Print this page
rev 51949 : 8211279: Verify missing object equals barriers

*** 572,582 **** oop oop_Relocation::oop_value() { oop v = *oop_addr(); // clean inline caches store a special pseudo-null ! if (v == (oop)Universe::non_oop_word()) v = NULL; return v; } void oop_Relocation::fix_oop_relocation() { --- 572,582 ---- oop oop_Relocation::oop_value() { oop v = *oop_addr(); // clean inline caches store a special pseudo-null ! if (v == Universe::non_oop_word()) v = NULL; return v; } void oop_Relocation::fix_oop_relocation() {
< prev index next >