comparison src/share/vm/gc_implementation/shared/markSweep.hpp @ 14466:d166675568f6

8034761: Remove the do_code_roots parameter from process_strong_roots Reviewed-by: tschatzl, mgerdin, jmasa
author stefank
date Thu, 13 Feb 2014 17:44:39 +0100
parents 55a0da3d420b
children 4ca6dc0799b6 2c6ef90f030a
comparison
equal deleted inserted replaced
14359:f7f0c6a77d6d 14466:d166675568f6
141 141
142 public: 142 public:
143 // Public closures 143 // Public closures
144 static IsAliveClosure is_alive; 144 static IsAliveClosure is_alive;
145 static FollowRootClosure follow_root_closure; 145 static FollowRootClosure follow_root_closure;
146 static CodeBlobToOopClosure follow_code_root_closure; // => follow_root_closure
147 static MarkAndPushClosure mark_and_push_closure; 146 static MarkAndPushClosure mark_and_push_closure;
148 static FollowKlassClosure follow_klass_closure; 147 static FollowKlassClosure follow_klass_closure;
149 static FollowStackClosure follow_stack_closure; 148 static FollowStackClosure follow_stack_closure;
150 static AdjustPointerClosure adjust_pointer_closure; 149 static AdjustPointerClosure adjust_pointer_closure;
151 static AdjustKlassClosure adjust_klass_closure; 150 static AdjustKlassClosure adjust_klass_closure;