diff src/share/vm/oops/constMethodKlass.cpp @ 1161:1fc01a2425ce

Merge
author iveresov
date Tue, 12 Jan 2010 13:54:40 -0800
parents 4e6abf09f540
children c18cbe5936b8
line wrap: on
line diff
--- a/src/share/vm/oops/constMethodKlass.cpp	Sat Jan 09 09:01:41 2010 -0800
+++ b/src/share/vm/oops/constMethodKlass.cpp	Tue Jan 12 13:54:40 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}";
 }