src/share/vm/runtime/thread.cpp

changeset 1241
821269eca479
parent 1137
b9fba36710f2
child 1279
bd02caa94611
     1.1 --- a/src/share/vm/runtime/thread.cpp	Wed Jun 10 14:57:21 2009 -0700
     1.2 +++ b/src/share/vm/runtime/thread.cpp	Thu Jun 11 12:40:00 2009 -0700
     1.3 @@ -127,6 +127,7 @@
     1.4    debug_only(_owned_locks = NULL;)
     1.5    debug_only(_allow_allocation_count = 0;)
     1.6    NOT_PRODUCT(_allow_safepoint_count = 0;)
     1.7 +  NOT_PRODUCT(_skip_gcalot = false;)
     1.8    CHECK_UNHANDLED_OOPS_ONLY(_gc_locked_out_count = 0;)
     1.9    _jvmti_env_iteration_count = 0;
    1.10    _vm_operation_started_count = 0;
    1.11 @@ -784,7 +785,6 @@
    1.12        // We could enter a safepoint here and thus have a gc
    1.13        InterfaceSupport::check_gc_alot();
    1.14      }
    1.15 -
    1.16  #endif
    1.17  }
    1.18  #endif

mercurial