src/hotspot/share/opto/library_call.cpp
changeset 57811 947252a54b98
parent 57804 9b7b9f16dfd9
child 58273 08a5148e7c4e
--- a/src/hotspot/share/opto/library_call.cpp	Tue Aug 20 11:15:23 2019 +0100
+++ b/src/hotspot/share/opto/library_call.cpp	Mon Aug 19 11:30:03 2019 +0200
@@ -4030,7 +4030,7 @@
   // Get the hash value and check to see that it has been properly assigned.
   // 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.
   Node *hash_mask      = _gvn.intcon(markWord::hash_mask);
   Node *hash_shift     = _gvn.intcon(markWord::hash_shift);
   Node *hshifted_header= _gvn.transform(new URShiftXNode(header, hash_shift));