mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
8023461: Thread holding lock at safepoint that vm can block on: MethodCompileQueue_lock
Reviewed-by: kvn, iveresov
This commit is contained in:
parent
54db2c2d61
commit
38d80b03c4
5 changed files with 86 additions and 33 deletions
|
@ -495,8 +495,8 @@ WB_ENTRY(void, WB_ClearMethodState(JNIEnv* env, jobject o, jobject method))
|
|||
|
||||
#ifdef TIERED
|
||||
mcs->set_rate(0.0F);
|
||||
mh->set_prev_event_count(0, THREAD);
|
||||
mh->set_prev_time(0, THREAD);
|
||||
mh->set_prev_event_count(0);
|
||||
mh->set_prev_time(0);
|
||||
#endif
|
||||
}
|
||||
WB_END
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue