hotspot/src/share/vm/gc_implementation/shared/concurrentGCThread.hpp
changeset 2881 74a1337e4acc
parent 1374 4c24294029a9
child 3261 c7d5aae8d3f7
--- a/hotspot/src/share/vm/gc_implementation/shared/concurrentGCThread.hpp	Thu May 07 17:09:48 2009 -0700
+++ b/hotspot/src/share/vm/gc_implementation/shared/concurrentGCThread.hpp	Mon May 11 16:30:56 2009 -0700
@@ -72,8 +72,8 @@
   friend class VMStructs;
 
 protected:
-  static bool _should_terminate;
-  static bool _has_terminated;
+  bool _should_terminate;
+  bool _has_terminated;
 
   enum CGC_flag_type {
     CGC_nil           = 0x0,