src/share/vm/gc_implementation/parallelScavenge/pcTasks.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hsx-gc.pslb Cdiff src/share/vm/gc_implementation/parallelScavenge/pcTasks.hpp

src/share/vm/gc_implementation/parallelScavenge/pcTasks.hpp

Print this page

        

*** 96,106 **** object_synchronizer = 4, flat_profiler = 5, management = 6, jvmti = 7, system_dictionary = 8, ! code_cache = 9 }; private: RootType _root_type; public: MarkFromRootsTask(RootType value) : _root_type(value) {} --- 96,107 ---- object_synchronizer = 4, flat_profiler = 5, management = 6, jvmti = 7, system_dictionary = 8, ! class_loader_data = 9, ! code_cache = 10 }; private: RootType _root_type; public: MarkFromRootsTask(RootType value) : _root_type(value) {}
src/share/vm/gc_implementation/parallelScavenge/pcTasks.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File