< prev index next >

src/share/vm/memory/universe.hpp

Print this page

        

@@ -60,15 +60,10 @@
   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);
   }
< prev index next >