mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
8212173: Thread._stack_base/_stack_size initialized too late for new threads
Reviewed-by: dholmes, simonis
This commit is contained in:
parent
67d76fe937
commit
e4f51809e4
26 changed files with 146 additions and 184 deletions
|
@ -116,10 +116,6 @@ char* os::non_memory_address_word() {
|
|||
return (char*) -1;
|
||||
}
|
||||
|
||||
void os::initialize_thread(Thread* thr) {
|
||||
// Nothing to do.
|
||||
}
|
||||
|
||||
address os::Linux::ucontext_get_pc(const ucontext_t * uc) {
|
||||
return (address)uc->uc_mcontext.gregs[REG_PC];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue