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

changeset 5194
eda078b01c65
parent 3115
c2bf0120ee5d
child 6198
55fb97c4c58d
     1.1 --- a/src/share/vm/gc_implementation/parallelScavenge/pcTasks.hpp	Fri May 24 14:16:41 2013 +0200
     1.2 +++ b/src/share/vm/gc_implementation/parallelScavenge/pcTasks.hpp	Mon May 27 15:22:59 2013 +0200
     1.3 @@ -98,7 +98,8 @@
     1.4      management            = 6,
     1.5      jvmti                 = 7,
     1.6      system_dictionary     = 8,
     1.7 -    code_cache            = 9
     1.8 +    class_loader_data     = 9,
     1.9 +    code_cache            = 10
    1.10    };
    1.11   private:
    1.12    RootType _root_type;

mercurial