diff src/share/vm/gc_implementation/parallelScavenge/pcTasks.hpp @ 3915:c2bf0120ee5d

7085906: Replace the permgen allocated sentinelRef with a self-looped end Summary: Remove the sentinelRef and let the last Reference in a discovered chain point back to itself. Reviewed-by: ysr, jmasa
author stefank
date Thu, 01 Sep 2011 16:18:17 +0200
parents 1d1603768966
children eda078b01c65
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/parallelScavenge/pcTasks.hpp	Tue Sep 06 21:03:51 2011 -0700
+++ b/src/share/vm/gc_implementation/parallelScavenge/pcTasks.hpp	Thu Sep 01 16:18:17 2011 +0200
@@ -98,8 +98,7 @@
     management            = 6,
     jvmti                 = 7,
     system_dictionary     = 8,
-    reference_processing  = 9,
-    code_cache            = 10
+    code_cache            = 9
   };
  private:
   RootType _root_type;