hotspot/src/share/vm/oops/klass.hpp
changeset 26412 80741eb33ba2
parent 26135 82b516c550f7
child 27020 a7c8010446c2
--- a/hotspot/src/share/vm/oops/klass.hpp	Wed Aug 27 10:42:28 2014 -0700
+++ b/hotspot/src/share/vm/oops/klass.hpp	Thu Aug 28 11:29:09 2014 -0400
@@ -565,7 +565,7 @@
   TRACE_DEFINE_KLASS_METHODS;
 
   // garbage collection support
-  virtual void oops_do(OopClosure* cl);
+  void oops_do(OopClosure* cl);
 
   // Iff the class loader (or mirror for anonymous classes) is alive the
   // Klass is considered alive.