src/share/vm/gc_implementation/parallelScavenge/pcTasks.hpp
Index
Unified diffs
Context diffs
Sdiffs
Patch
New
Old
Previous File
Next File
*** old/src/share/vm/gc_implementation/parallelScavenge/pcTasks.hpp Mon May 27 15:27:56 2013
--- new/src/share/vm/gc_implementation/parallelScavenge/pcTasks.hpp Mon May 27 15:27:56 2013
*** 96,106 ****
--- 96,107 ----
object_synchronizer = 4,
flat_profiler = 5,
management = 6,
jvmti = 7,
system_dictionary = 8,
! code_cache = 9
! 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