comparison src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp @ 6768:716e6ef4482a

7190089: NMT ON: NMT failed assertion on thread's stack base address Summary: Solaris only, record stack info to NMT after stack size adjustment was made for primordial threads Reviewed-by: kvn, acorn, coleenp
author zgu
date Mon, 17 Sep 2012 10:20:04 -0400
parents da4be62fb889
children bf2edd3c9b0f
comparison
equal deleted inserted replaced
6765:15ba0e7a3ff4 6768:716e6ef4482a
101 // This is the value for x86; works pretty well for PPC too. 101 // This is the value for x86; works pretty well for PPC too.
102 return (char *) -1; 102 return (char *) -1;
103 #endif // SPARC 103 #endif // SPARC
104 } 104 }
105 105
106 void os::initialize_thread() { 106 void os::initialize_thread(Thread* thr) {
107 // Nothing to do. 107 // Nothing to do.
108 } 108 }
109 109
110 address os::Bsd::ucontext_get_pc(ucontext_t* uc) { 110 address os::Bsd::ucontext_get_pc(ucontext_t* uc) {
111 ShouldNotCallThis(); 111 ShouldNotCallThis();