hotspot/src/share/vm/gc_implementation/parallelScavenge/pcTasks.hpp
changeset 3908 24b55ad4c228
parent 1623 a0dd9009e992
child 5547 f4b087cbb361
equal deleted inserted replaced
3906:6767b0c66883 3908:24b55ad4c228
    90     flat_profiler         = 5,
    90     flat_profiler         = 5,
    91     management            = 6,
    91     management            = 6,
    92     jvmti                 = 7,
    92     jvmti                 = 7,
    93     system_dictionary     = 8,
    93     system_dictionary     = 8,
    94     vm_symbols            = 9,
    94     vm_symbols            = 9,
    95     reference_processing  = 10
    95     reference_processing  = 10,
       
    96     code_cache            = 11
    96   };
    97   };
    97  private:
    98  private:
    98   RootType _root_type;
    99   RootType _root_type;
    99  public:
   100  public:
   100   MarkFromRootsTask(RootType value) : _root_type(value) {}
   101   MarkFromRootsTask(RootType value) : _root_type(value) {}