comparison src/os_cpu/bsd_x86/vm/os_bsd_x86.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 40782a131183
children bf2edd3c9b0f
comparison
equal deleted inserted replaced
6765:15ba0e7a3ff4 6768:716e6ef4482a
295 // if the CPU splits constants across multiple instructions). 295 // if the CPU splits constants across multiple instructions).
296 296
297 return (char*) -1; 297 return (char*) -1;
298 } 298 }
299 299
300 void os::initialize_thread() { 300 void os::initialize_thread(Thread* thr) {
301 // Nothing to do. 301 // Nothing to do.
302 } 302 }
303 303
304 address os::Bsd::ucontext_get_pc(ucontext_t * uc) { 304 address os::Bsd::ucontext_get_pc(ucontext_t * uc) {
305 return (address)uc->context_pc; 305 return (address)uc->context_pc;