mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
Reviewed-by: kbarrett, dholmes
This commit is contained in:
parent
a2c067f6e8
commit
9b992ead1e
12 changed files with 490 additions and 474 deletions
|
@ -946,7 +946,7 @@ void InstanceKlass::initialize_impl(TRAPS) {
|
|||
while (is_being_initialized() && !is_reentrant_initialization(jt)) {
|
||||
wait = true;
|
||||
jt->set_class_to_be_initialized(this);
|
||||
ol.waitUninterruptibly(jt);
|
||||
ol.wait_uninterruptibly(jt);
|
||||
jt->set_class_to_be_initialized(NULL);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue