< prev index next >

src/os/aix/vm/osThread_aix.cpp

Print this page
rev 9449 : 8143125-Further Developments for AIX

@@ -33,11 +33,11 @@
 #include "runtime/vmThread.hpp"
 
 void OSThread::pd_initialize() {
   assert(this != NULL, "check");
   _thread_id        = 0;
-  _pthread_id       = 0;
+  _kernel_thread_id = 0;
   _siginfo = NULL;
   _ucontext = NULL;
   _expanding_stack = 0;
   _alt_sig_stack = NULL;
 
< prev index next >