--- old/src/share/vm/memory/universe.hpp 2017-03-08 11:10:34.709080908 -0500 +++ new/src/share/vm/memory/universe.hpp 2017-03-08 11:10:34.271523140 -0500 @@ -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) {