hotspot/src/share/vm/services/memRecorder.hpp
changeset 13478 85fe611440e5
parent 13300 38485c548c9f
child 14120 7d298141c258
--- a/hotspot/src/share/vm/services/memRecorder.hpp	Fri Aug 10 23:16:52 2012 -0700
+++ b/hotspot/src/share/vm/services/memRecorder.hpp	Tue Aug 14 13:56:46 2012 -0400
@@ -73,7 +73,7 @@
     return sizeof(FixedSizeMemPointerArray<E, SIZE>);
   }
 
-  debug_only(int capacity() const { return SIZE; })
+  NOT_PRODUCT(int capacity() const { return SIZE; })
 
  public:
   // implementation of public interface