diff -r 986f111ef897 -r 74a1337e4acc hotspot/src/share/vm/gc_implementation/shared/concurrentGCThread.hpp --- 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,