changeset 46380 | 4a51438196cf |
parent 46329 | 53ccc37bda19 |
child 46448 | b5350a83520b |
--- a/hotspot/src/share/vm/memory/universe.hpp Wed Apr 12 08:49:08 2017 +0200 +++ b/hotspot/src/share/vm/memory/universe.hpp Wed Apr 12 08:02:29 2017 -0400 @@ -62,11 +62,6 @@ 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) {