src/hotspot/cpu/ppc/templateTable_ppc_64.cpp
changeset 57777 90ead0febf56
parent 55322 bc5baf205475
child 58554 8c3c39710a08
--- a/src/hotspot/cpu/ppc/templateTable_ppc_64.cpp	Fri Aug 16 09:18:41 2019 +0200
+++ b/src/hotspot/cpu/ppc/templateTable_ppc_64.cpp	Tue Aug 06 10:48:21 2019 +0200
@@ -3820,7 +3820,7 @@
     if (UseBiasedLocking) {
       __ ld(Rscratch, in_bytes(Klass::prototype_header_offset()), RinstanceKlass);
     } else {
-      __ load_const_optimized(Rscratch, markOopDesc::prototype(), R0);
+      __ load_const_optimized(Rscratch, markWord::prototype().value(), R0);
     }
     __ std(Rscratch, oopDesc::mark_offset_in_bytes(), RallocatedObject);