mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +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
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue