< prev index next >

src/hotspot/share/services/memoryUsage.hpp

Print this page

        

@@ -42,11 +42,11 @@
 //  maxSize   - represents the maximum amount of memory (in bytes)
 //     that can be used for memory management. The maximum amount of
 //     memory for memory management could be less than the amount of
 //     committed memory.  Its value may be undefined.
 
-class MemoryUsage VALUE_OBJ_CLASS_SPEC {
+class MemoryUsage {
 private:
   size_t _initSize;
   size_t _used;
   size_t _committed;
   size_t _maxSize;
< prev index next >