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:
Zhengyu Gu 2012-09-17 10:20:04 -04:00
parent e91b6584eb
commit afd497eecc
11 changed files with 30 additions and 17 deletions

View file

@ -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;