diff -r b0b97602393a -r 7426d8d76305 src/share/vm/gc_implementation/shared/markSweep.hpp --- a/src/share/vm/gc_implementation/shared/markSweep.hpp Mon Feb 10 12:58:09 2014 +0100 +++ b/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;