< prev index next >

src/share/vm/memory/universe.hpp

Print this page

        

*** 60,74 **** Klass* klass() const { return _klass; } int method_idnum() const { return _method_idnum; } Method* get_method(); - // Enhanced Class Redefinition support - void classes_do(void f(Klass*)) { - f(_klass); - } - // CDS support. Replace the klass in this with the archive version // could use this for Enhanced Class Redefinition also. void serialize(SerializeClosure* f) { f->do_ptr((void**)&_klass); } --- 60,69 ----
< prev index next >