hotspot/src/share/vm/gc_implementation/shared/markSweep.hpp
changeset 22882 195c8f70d605
parent 21916 4977554a0c5e
child 25490 59f226da8d81
--- a/hotspot/src/share/vm/gc_implementation/shared/markSweep.hpp	Wed Feb 05 11:05:13 2014 +0100
+++ b/hotspot/src/share/vm/gc_implementation/shared/markSweep.hpp	Thu Feb 13 17:44:39 2014 +0100
@@ -143,7 +143,6 @@
   // Public closures
   static IsAliveClosure       is_alive;
   static FollowRootClosure    follow_root_closure;
-  static CodeBlobToOopClosure follow_code_root_closure; // => follow_root_closure
   static MarkAndPushClosure   mark_and_push_closure;
   static FollowKlassClosure   follow_klass_closure;
   static FollowStackClosure   follow_stack_closure;