changeset 10702:b95d42fdddca

Minor refactoring
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Thu, 11 Jul 2013 12:09:36 +0200
parents f1cd428fca9f
children 7cdd4708b1aa
files src/share/vm/gc_interface/collectedHeap.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/gc_interface/collectedHeap.hpp	Thu Jul 11 11:58:03 2013 +0200
+++ b/src/share/vm/gc_interface/collectedHeap.hpp	Thu Jul 11 12:09:36 2013 +0200
@@ -491,7 +491,7 @@
   unsigned int total_collections() const { return _total_collections; }
   unsigned int total_full_collections() const { return _total_full_collections;}
 #ifdef GRAAL
-  void* total_collections_address() { return &_total_collections;}
+  unsigned int* total_collections_address() { return &_total_collections;}
 #endif
   // Increment total number of GC collections (started)
   // Should be protected but used by PSMarkSweep - cleanup for 1.4.2