hotspot/src/share/vm/oops/cpCacheKlass.cpp
changeset 6176 4d9030fe341f
parent 5547 f4b087cbb361
child 6255 0cbe4eb819f0
--- a/hotspot/src/share/vm/oops/cpCacheKlass.cpp	Wed Jul 28 17:57:43 2010 -0400
+++ b/hotspot/src/share/vm/oops/cpCacheKlass.cpp	Tue Aug 03 08:13:38 2010 -0400
@@ -248,8 +248,6 @@
 }
 #endif // SERIALGC
 
-#ifndef PRODUCT
-
 void constantPoolCacheKlass::oop_print_on(oop obj, outputStream* st) {
   assert(obj->is_constantPoolCache(), "obj must be constant pool cache");
   constantPoolCacheOop cache = (constantPoolCacheOop)obj;
@@ -259,8 +257,6 @@
   for (int i = 0; i < cache->length(); i++) cache->entry_at(i)->print(st, i);
 }
 
-#endif
-
 void constantPoolCacheKlass::oop_print_value_on(oop obj, outputStream* st) {
   assert(obj->is_constantPoolCache(), "obj must be constant pool cache");
   constantPoolCacheOop cache = (constantPoolCacheOop)obj;