mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +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
|
@ -705,6 +705,8 @@ static void *thread_native_entry(Thread *thread) {
|
|||
}
|
||||
}
|
||||
|
||||
assert(osthread->pthread_id() != 0, "pthread_id was not set as expected");
|
||||
|
||||
// call one more level start routine
|
||||
thread->call_run();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue