src/share/vm/memory/defNewGeneration.hpp

Print this page
rev 7653 : 8068883: Remove disabling of warning "C4355: 'this' : used in base member initializer list"

*** 151,160 **** --- 151,161 ---- public: // was "protected" but caused compile error on win32 class IsAliveClosure: public BoolObjectClosure { Generation* _g; public: + IsAliveClosure() {} IsAliveClosure(Generation* g); bool do_object_b(oop p); }; class KeepAliveClosure: public OopClosure {