mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8256072: Eliminate JVMTI tagmap rehashing
Reviewed-by: kbarrett, eosterlund
This commit is contained in:
parent
4338f527aa
commit
94eb25a4f1
18 changed files with 19 additions and 119 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue