hotspot/src/share/vm/oops/constMethodKlass.cpp
changeset 4584 e2a449e8cc6f
parent 2105 347008ce7984
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/oops/constMethodKlass.cpp	Fri Jan 08 09:42:31 2010 -0800
+++ b/hotspot/src/share/vm/oops/constMethodKlass.cpp	Fri Jan 08 13:47:01 2010 -0800
@@ -216,6 +216,7 @@
   }
 }
 
+#endif //PRODUCT
 
 // Short version of printing constMethodOop - just print the name of the
 // method it belongs to.
@@ -226,8 +227,6 @@
   m->method()->print_value_on(st);
 }
 
-#endif // PRODUCT
-
 const char* constMethodKlass::internal_name() const {
   return "{constMethod}";
 }