mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8214097: Rework thread initialization and teardown logic
Reviewed-by: rehn, mgronlun, dcubed, kbarrett
This commit is contained in:
parent
575f633a96
commit
526f854cc1
10 changed files with 184 additions and 66 deletions
|
@ -285,8 +285,6 @@ void VMThread::destroy() {
|
|||
void VMThread::run() {
|
||||
assert(this == vm_thread(), "check");
|
||||
|
||||
this->initialize_named_thread();
|
||||
|
||||
// Notify_lock wait checks on active_handles() to rewait in
|
||||
// case of spurious wakeup, it should wait on the last
|
||||
// value set prior to the notify
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue