hotspot/src/share/vm/memory/gcLocker.hpp
changeset 11788 bef6166c683c
parent 11637 030466036615
child 11793 49aa0b2124b6
--- a/hotspot/src/share/vm/memory/gcLocker.hpp	Wed Feb 15 09:43:16 2012 +0100
+++ b/hotspot/src/share/vm/memory/gcLocker.hpp	Wed Feb 15 10:12:55 2012 -0800
@@ -63,9 +63,6 @@
                                          // note: bool is typedef'd as jint
   static volatile bool _doing_gc;        // unlock_critical() is doing a GC
 
-  static jlong         _wait_begin;      // Timestamp for the setting of _needs_gc.
-                                         // Used only by printing code.
-
 #ifdef ASSERT
   // This lock count is updated for all operations and is used to
   // validate the jni_lock_count that is computed during safepoints.