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

@ -978,13 +978,6 @@ intptr_t ObjectSynchronizer::FastHashCode(Thread* current, oop obj) {
}
}
// Deprecated -- use FastHashCode() instead.
intptr_t ObjectSynchronizer::identity_hash_value_for(Handle obj) {
return FastHashCode(Thread::current(), obj());
}
bool ObjectSynchronizer::current_thread_holds_lock(JavaThread* current,
Handle h_obj) {
assert(current == JavaThread::current(), "Can only be called on current thread");