hotspot/src/share/vm/services/memoryManager.hpp
changeset 11591 854c0dff3844
parent 9623 151c0b638488
child 13195 be27e1b6a4b9
--- a/hotspot/src/share/vm/services/memoryManager.hpp	Mon Jan 23 17:45:32 2012 -0800
+++ b/hotspot/src/share/vm/services/memoryManager.hpp	Wed Jan 25 02:29:05 2012 +0400
@@ -108,7 +108,7 @@
   const char* name()         { return "CodeCacheManager"; }
 };
 
-class GCStatInfo : public CHeapObj {
+class GCStatInfo : public ResourceObj {
 private:
   size_t _index;
   jlong  _start_time;