hotspot/src/share/vm/oops/constMethodKlass.cpp
changeset 6176 4d9030fe341f
parent 5547 f4b087cbb361
child 6255 0cbe4eb819f0
--- a/hotspot/src/share/vm/oops/constMethodKlass.cpp	Wed Jul 28 17:57:43 2010 -0400
+++ b/hotspot/src/share/vm/oops/constMethodKlass.cpp	Tue Aug 03 08:13:38 2010 -0400
@@ -197,8 +197,6 @@
 }
 #endif // SERIALGC
 
-#ifndef PRODUCT
-
 // Printing
 
 void constMethodKlass::oop_print_on(oop obj, outputStream* st) {
@@ -216,8 +214,6 @@
   }
 }
 
-#endif //PRODUCT
-
 // Short version of printing constMethodOop - just print the name of the
 // method it belongs to.
 void constMethodKlass::oop_print_value_on(oop obj, outputStream* st) {