comparison src/os_cpu/windows_x86/vm/os_windows_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 da4be62fb889
children bf2edd3c9b0f
comparison
equal deleted inserted replaced
6765:15ba0e7a3ff4 6768:716e6ef4482a
217 217
218 #endif // AMD64 218 #endif // AMD64
219 return true; 219 return true;
220 } 220 }
221 221
222 void os::initialize_thread() { 222 void os::initialize_thread(Thread* thr) {
223 // Nothing to do. 223 // Nothing to do.
224 } 224 }
225 225
226 // Atomics and Stub Functions 226 // Atomics and Stub Functions
227 227