src/share/vm/gc_implementation/parallelScavenge/psTasks.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/gc_implementation/parallelScavenge/psTasks.hpp	Mon May 27 15:27:56 2013
--- new/src/share/vm/gc_implementation/parallelScavenge/psTasks.hpp	Mon May 27 15:27:56 2013

*** 57,69 **** --- 57,70 ---- jni_handles = 2, threads = 3, object_synchronizer = 4, flat_profiler = 5, system_dictionary = 6, ! management = 7, ! jvmti = 8, code_cache = 9 ! 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