8229838: Rename markOop files to markWord

Reviewed-by: dholmes, rehn
This commit is contained in:
Stefan Karlsson 2019-08-19 11:30:03 +02:00
parent 9f41d4d2f2
commit a3d6be2b2d
58 changed files with 64 additions and 64 deletions

View file

@ -1833,7 +1833,7 @@ nmethod* SharedRuntime::generate_native_wrapper(MacroAssembler* masm,
// 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);