src/hotspot/cpu/s390/templateTable_s390.cpp
changeset 57777 90ead0febf56
parent 55343 03d417fd7d9a
child 58679 9c3209ff7550
--- a/src/hotspot/cpu/s390/templateTable_s390.cpp	Fri Aug 16 09:18:41 2019 +0200
+++ b/src/hotspot/cpu/s390/templateTable_s390.cpp	Tue Aug 06 10:48:21 2019 +0200
@@ -3880,7 +3880,7 @@
       __ z_stg(prototype, Address(RallocatedObject, oopDesc::mark_offset_in_bytes()));
     } else {
       __ store_const(Address(RallocatedObject, oopDesc::mark_offset_in_bytes()),
-                     (long)markOopDesc::prototype());
+                     (long)markWord::prototype().value());
     }
 
     __ store_klass_gap(Rzero, RallocatedObject);  // Zero klass gap for compressed oops.