mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8286957: Held monitor count
Reviewed-by: rpressler, eosterlund
This commit is contained in:
parent
1fec62f299
commit
ac399e9777
44 changed files with 407 additions and 238 deletions
|
@ -552,7 +552,6 @@ bool Thread::set_as_starting_thread() {
|
|||
return os::create_main_thread(JavaThread::cast(this));
|
||||
}
|
||||
|
||||
|
||||
// Ad-hoc mutual exclusion primitives: SpinLock
|
||||
//
|
||||
// We employ SpinLocks _only for low-contention, fixed-length
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue