8256072: Eliminate JVMTI tagmap rehashing

Reviewed-by: kbarrett, eosterlund
This commit is contained in:
Coleen Phillimore 2022-11-03 17:27:00 +00:00
parent 4338f527aa
commit 94eb25a4f1
18 changed files with 19 additions and 119 deletions

View file

@ -293,6 +293,7 @@ class oopDesc {
// identity hash; returns the identity hash key (computes it if necessary)
inline intptr_t identity_hash();
intptr_t slow_identity_hash();
inline bool fast_no_hash_check();
// marks are forwarded to stack when object is locked
inline bool has_displaced_mark() const;