hotspot/src/share/vm/runtime/thread.cpp
changeset 25058 4542f853c2ac
parent 25057 f38210f84f8c
child 25064 244218e6ec0a
equal deleted inserted replaced
25057:f38210f84f8c 25058:4542f853c2ac
  1446   _pending_async_exception = NULL;
  1446   _pending_async_exception = NULL;
  1447   _thread_stat = NULL;
  1447   _thread_stat = NULL;
  1448   _thread_stat = new ThreadStatistics();
  1448   _thread_stat = new ThreadStatistics();
  1449   _blocked_on_compilation = false;
  1449   _blocked_on_compilation = false;
  1450   _jni_active_critical = 0;
  1450   _jni_active_critical = 0;
       
  1451   _pending_jni_exception_check_fn = NULL;
  1451   _do_not_unlock_if_synchronized = false;
  1452   _do_not_unlock_if_synchronized = false;
  1452   _cached_monitor_info = NULL;
  1453   _cached_monitor_info = NULL;
  1453   _parker = Parker::Allocate(this) ;
  1454   _parker = Parker::Allocate(this) ;
  1454 
  1455 
  1455 #ifndef PRODUCT
  1456 #ifndef PRODUCT