diff src/share/vm/oops/cpCacheKlass.hpp @ 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/cpCacheKlass.hpp	Sat Jan 09 09:01:41 2010 -0800
+++ b/src/share/vm/oops/cpCacheKlass.hpp	Tue Jan 12 13:54:40 2010 -0800
@@ -61,9 +61,10 @@
   juint alloc_size() const              { return _alloc_size; }
   void set_alloc_size(juint n)          { _alloc_size = n; }
 
-#ifndef PRODUCT
  public:
   // Printing
+  void oop_print_value_on(oop obj, outputStream* st);
+#ifndef PRODUCT
   void oop_print_on(oop obj, outputStream* st);
 #endif