mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 12:34:32 +02:00
7190089: NMT ON: NMT failed assertion on thread's stack base address
Solaris only, record stack info to NMT after stack size adjustment was made for primordial threads Reviewed-by: kvn, acorn, coleenp
This commit is contained in:
parent
e91b6584eb
commit
afd497eecc
11 changed files with 30 additions and 17 deletions
|
@ -225,7 +225,7 @@ char* os::non_memory_address_word() {
|
|||
return (char*) 0;
|
||||
}
|
||||
|
||||
void os::initialize_thread() {}
|
||||
void os::initialize_thread(Thread* thr) {}
|
||||
|
||||
void os::print_context(outputStream *st, void *context) {
|
||||
if (context == NULL) return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue