src/hotspot/cpu/x86/sharedRuntime_x86.cpp
changeset 57811 947252a54b98
parent 57777 90ead0febf56
child 58679 9c3209ff7550
--- a/src/hotspot/cpu/x86/sharedRuntime_x86.cpp	Tue Aug 20 11:15:23 2019 +0100
+++ b/src/hotspot/cpu/x86/sharedRuntime_x86.cpp	Mon Aug 19 11:30:03 2019 +0200
@@ -72,7 +72,7 @@
 #ifdef _LP64
   // Read the header and build a mask to get its hash field.
   // 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.
+  // because it could be larger than 32 bits in a 64-bit vm. See markWord.hpp.
   __ shrptr(result, markWord::hash_shift);
   __ andptr(result, markWord::hash_mask);
 #else