< prev index next >

src/hotspot/share/runtime/thread.cpp

Print this page

        

@@ -248,11 +248,10 @@
   // the handle mark links itself to last_handle_mark
   new HandleMark(this);
 
   // plain initialization
   debug_only(_owned_locks = NULL;)
-  debug_only(_allow_allocation_count = 0;)
   NOT_PRODUCT(_allow_safepoint_count = 0;)
   NOT_PRODUCT(_skip_gcalot = false;)
   _jvmti_env_iteration_count = 0;
   set_allocated_bytes(0);
   _vm_operation_started_count = 0;
< prev index next >