src/hotspot/cpu/arm/interp_masm_arm.cpp
branchdatagramsocketimpl-branch
changeset 58678 9cf78a70fa4f
parent 52351 0ecb4e520110
child 58679 9c3209ff7550
--- a/src/hotspot/cpu/arm/interp_masm_arm.cpp	Thu Oct 17 20:27:44 2019 +0100
+++ b/src/hotspot/cpu/arm/interp_masm_arm.cpp	Thu Oct 17 20:53:35 2019 +0100
@@ -34,7 +34,7 @@
 #include "interpreter/interpreterRuntime.hpp"
 #include "logging/log.hpp"
 #include "oops/arrayOop.hpp"
-#include "oops/markOop.hpp"
+#include "oops/markWord.hpp"
 #include "oops/method.hpp"
 #include "oops/methodData.hpp"
 #include "prims/jvmtiExport.hpp"
@@ -878,7 +878,7 @@
     ldr(Rmark, Address(Robj, oopDesc::mark_offset_in_bytes()));
 
     // Test if object is already locked
-    tst(Rmark, markOopDesc::unlocked_value);
+    tst(Rmark, markWord::unlocked_value);
     b(already_locked, eq);
 
     // Save old object->mark() into BasicLock's displaced header