diff src/share/vm/runtime/os.hpp @ 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 65906dc96aa1
children e522a00b91aa 6cb0d32b828b
line wrap: on
line diff
--- a/src/share/vm/runtime/os.hpp	Mon Sep 17 11:46:19 2012 +0200
+++ b/src/share/vm/runtime/os.hpp	Mon Sep 17 10:20:04 2012 -0400
@@ -387,7 +387,7 @@
   static void pd_start_thread(Thread* thread);
   static void start_thread(Thread* thread);
 
-  static void initialize_thread();
+  static void initialize_thread(Thread* thr);
   static void free_thread(OSThread* osthread);
 
   // thread id on Linux/64bit is 64bit, on Windows and Solaris, it's 32bit