# HG changeset patch # User Christos Kotselidis # Date 1373537376 -7200 # Node ID b95d42fdddca755903686a68f69c485dfb8d9beb # Parent f1cd428fca9f7b6d74cdb23f316cd7ac1e612eb3 Minor refactoring diff -r f1cd428fca9f -r b95d42fdddca src/share/vm/gc_interface/collectedHeap.hpp --- 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