diff src/share/vm/gc_interface/collectedHeap.hpp @ 12559:ae412befde21

read HotSpotVMConfig fields from HotSpot's vmStructs via annotations
author twisti
date Wed, 23 Oct 2013 19:50:14 -0700
parents cefad50507d8
children 096c224171c4
line wrap: on
line diff
--- a/src/share/vm/gc_interface/collectedHeap.hpp	Tue Oct 22 23:16:03 2013 -0700
+++ b/src/share/vm/gc_interface/collectedHeap.hpp	Wed Oct 23 19:50:14 2013 -0700
@@ -491,9 +491,7 @@
   // Total number of GC collections (started)
   unsigned int total_collections() const { return _total_collections; }
   unsigned int total_full_collections() const { return _total_full_collections;}
-#ifdef GRAAL
-  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
   void increment_total_collections(bool full = false) {