diff src/share/vm/runtime/os.hpp @ 2260:850b2295a494

Merge
author kvn
date Mon, 14 Feb 2011 14:36:29 -0800
parents 63d374c54045 f7de3327c683
children 23ae54207126
line wrap: on
line diff
--- a/src/share/vm/runtime/os.hpp	Fri Feb 11 15:32:03 2011 -0800
+++ b/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 )