< prev index next >

src/hotspot/share/gc/parallel/psRootType.hpp

Print this page

        

@@ -33,14 +33,12 @@
   // Order and compactness of this enum is of importance.
   // The order reflects the order these roots are to be processed,
   // We do not want any holes in the enum as we enumerate these values by incrementing them.
   enum Value {
     universe,
-    jni_handles,
     object_synchronizer,
     management,
-    vm_global,
     class_loader_data,
     jvmti,
     code_cache,
     //"threads" are handled in parallel as a special case
     sentinel
< prev index next >