hotspot/src/share/vm/runtime/thread.cpp
changeset 2995 d8283445992a
parent 2526 39a58a50be35
child 3261 c7d5aae8d3f7
equal deleted inserted replaced
2887:b003d950922a 2995:d8283445992a
   125 
   125 
   126   // plain initialization
   126   // plain initialization
   127   debug_only(_owned_locks = NULL;)
   127   debug_only(_owned_locks = NULL;)
   128   debug_only(_allow_allocation_count = 0;)
   128   debug_only(_allow_allocation_count = 0;)
   129   NOT_PRODUCT(_allow_safepoint_count = 0;)
   129   NOT_PRODUCT(_allow_safepoint_count = 0;)
       
   130   NOT_PRODUCT(_skip_gcalot = false;)
   130   CHECK_UNHANDLED_OOPS_ONLY(_gc_locked_out_count = 0;)
   131   CHECK_UNHANDLED_OOPS_ONLY(_gc_locked_out_count = 0;)
   131   _jvmti_env_iteration_count = 0;
   132   _jvmti_env_iteration_count = 0;
   132   _vm_operation_started_count = 0;
   133   _vm_operation_started_count = 0;
   133   _vm_operation_completed_count = 0;
   134   _vm_operation_completed_count = 0;
   134   _current_pending_monitor = NULL;
   135   _current_pending_monitor = NULL;
   782 
   783 
   783     if (GCALotAtAllSafepoints) {
   784     if (GCALotAtAllSafepoints) {
   784       // We could enter a safepoint here and thus have a gc
   785       // We could enter a safepoint here and thus have a gc
   785       InterfaceSupport::check_gc_alot();
   786       InterfaceSupport::check_gc_alot();
   786     }
   787     }
   787 
       
   788 #endif
   788 #endif
   789 }
   789 }
   790 #endif
   790 #endif
   791 
   791 
   792 bool Thread::is_in_stack(address adr) const {
   792 bool Thread::is_in_stack(address adr) const {