src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp
changeset 57811 947252a54b98
parent 57777 90ead0febf56
child 58273 08a5148e7c4e
--- a/src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp	Tue Aug 20 11:15:23 2019 +0100
+++ b/src/hotspot/cpu/sparc/sharedRuntime_sparc.cpp	Mon Aug 19 11:30:03 2019 +0200
@@ -1833,7 +1833,7 @@
     // Read the header and build a mask to get its hash field.  Give up if the object is not unlocked.
     // We depend on hash_mask being at most 32 bits and avoid the use of
     // hash_mask_in_place because it could be larger than 32 bits in a 64-bit
-    // vm: see markOop.hpp.
+    // vm: see markWord.hpp.
     __ ld_ptr(obj_reg, oopDesc::mark_offset_in_bytes(), header);
     __ sethi(markWord::hash_mask, mask);
     __ btst(markWord::unlocked_value, header);