mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
8213397: Stack dump should show more clearly when a thread is blocked on a class initialization monitor
Reviewed-by: rehn, coleenp
This commit is contained in:
parent
0ec2218c50
commit
d1c7bfeb4b
6 changed files with 239 additions and 11 deletions
|
@ -1671,6 +1671,8 @@ void JavaThread::initialize() {
|
|||
SafepointMechanism::initialize_header(this);
|
||||
}
|
||||
|
||||
_class_to_be_initialized = NULL;
|
||||
|
||||
pd_initialize();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue