comparison 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
comparison
equal deleted inserted replaced
6765:15ba0e7a3ff4 6768:716e6ef4482a
385 static bool create_main_thread(JavaThread* thread); 385 static bool create_main_thread(JavaThread* thread);
386 static bool create_attached_thread(JavaThread* thread); 386 static bool create_attached_thread(JavaThread* thread);
387 static void pd_start_thread(Thread* thread); 387 static void pd_start_thread(Thread* thread);
388 static void start_thread(Thread* thread); 388 static void start_thread(Thread* thread);
389 389
390 static void initialize_thread(); 390 static void initialize_thread(Thread* thr);
391 static void free_thread(OSThread* osthread); 391 static void free_thread(OSThread* osthread);
392 392
393 // thread id on Linux/64bit is 64bit, on Windows and Solaris, it's 32bit 393 // thread id on Linux/64bit is 64bit, on Windows and Solaris, it's 32bit
394 static intx current_thread_id(); 394 static intx current_thread_id();
395 static int current_process_id(); 395 static int current_process_id();