src/share/vm/gc_implementation/shared/markSweep.hpp

Print this page
rev 4616 : 8014277: Remove ObjectClosure as base class for BoolObjectClosure

*** 86,96 **** }; // Used for java/lang/ref handling class IsAliveClosure: public BoolObjectClosure { public: - virtual void do_object(oop p); virtual bool do_object_b(oop p); }; class KeepAliveClosure: public OopClosure { protected: --- 86,95 ----