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:
David Holmes 2019-01-15 16:40:31 -05:00
parent 0ec2218c50
commit d1c7bfeb4b
6 changed files with 239 additions and 11 deletions

View file

@ -1671,6 +1671,8 @@ void JavaThread::initialize() {
SafepointMechanism::initialize_header(this);
}
_class_to_be_initialized = NULL;
pd_initialize();
}