src/share/vm/services/memRecorder.hpp

changeset 3994
e5bf1c79ed5b
parent 3935
7e5976e66c62
child 4193
716c64bda5ba
     1.1 --- a/src/share/vm/services/memRecorder.hpp	Fri Aug 10 23:16:52 2012 -0700
     1.2 +++ b/src/share/vm/services/memRecorder.hpp	Tue Aug 14 13:56:46 2012 -0400
     1.3 @@ -73,7 +73,7 @@
     1.4      return sizeof(FixedSizeMemPointerArray<E, SIZE>);
     1.5    }
     1.6  
     1.7 -  debug_only(int capacity() const { return SIZE; })
     1.8 +  NOT_PRODUCT(int capacity() const { return SIZE; })
     1.9  
    1.10   public:
    1.11    // implementation of public interface

mercurial