hotspot/src/share/vm/gc_implementation/shared/concurrentGCThread.hpp
changeset 2881 74a1337e4acc
parent 1374 4c24294029a9
child 3261 c7d5aae8d3f7
equal deleted inserted replaced
2748:986f111ef897 2881:74a1337e4acc
    70 
    70 
    71 class ConcurrentGCThread: public NamedThread {
    71 class ConcurrentGCThread: public NamedThread {
    72   friend class VMStructs;
    72   friend class VMStructs;
    73 
    73 
    74 protected:
    74 protected:
    75   static bool _should_terminate;
    75   bool _should_terminate;
    76   static bool _has_terminated;
    76   bool _has_terminated;
    77 
    77 
    78   enum CGC_flag_type {
    78   enum CGC_flag_type {
    79     CGC_nil           = 0x0,
    79     CGC_nil           = 0x0,
    80     CGC_dont_suspend  = 0x1,
    80     CGC_dont_suspend  = 0x1,
    81     CGC_CGC_safepoint = 0x2,
    81     CGC_CGC_safepoint = 0x2,