hotspot/src/share/vm/runtime/os.hpp
changeset 8330 5f6046a69677
parent 8119 81eef1b06988
parent 8320 544210b4dd48
child 8478 d89e2f60ba40
--- a/hotspot/src/share/vm/runtime/os.hpp	Fri Feb 11 15:32:03 2011 -0800
+++ b/hotspot/src/share/vm/runtime/os.hpp	Mon Feb 14 14:36:29 2011 -0800
@@ -559,9 +559,10 @@
   static char* strdup(const char *);  // Like strdup
 
 #ifndef PRODUCT
-  static int  num_mallocs;            // # of calls to malloc/realloc
-  static size_t  alloc_bytes;         // # of bytes allocated
-  static int  num_frees;              // # of calls to free
+  static julong num_mallocs;         // # of calls to malloc/realloc
+  static julong alloc_bytes;         // # of bytes allocated
+  static julong num_frees;           // # of calls to free
+  static julong free_bytes;          // # of bytes freed
 #endif
 
   // SocketInterface (ex HPI SocketInterface )