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

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

Print this page

        

*** 57,69 **** jni_handles = 2, threads = 3, object_synchronizer = 4, flat_profiler = 5, system_dictionary = 6, ! management = 7, ! jvmti = 8, ! code_cache = 9 }; private: RootType _root_type; public: ScavengeRootsTask(RootType value) : _root_type(value) {} --- 57,70 ---- jni_handles = 2, threads = 3, object_synchronizer = 4, flat_profiler = 5, system_dictionary = 6, ! class_loader_data = 7, ! management = 8, ! jvmti = 9, ! code_cache = 10 }; private: RootType _root_type; public: ScavengeRootsTask(RootType value) : _root_type(value) {}
src/share/vm/gc_implementation/parallelScavenge/psTasks.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File