diff src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp @ 8493:9412b1915547

-More G1 WB Integration-Addition of GenerateLEANode for G1 previous value equalities
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Tue, 26 Feb 2013 18:02:06 +0100
parents 2e6857353b2c
children 86b4965f0c9a
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Mon Feb 25 11:08:06 2013 +0100
+++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Tue Feb 26 18:02:06 2013 +0100
@@ -675,6 +675,15 @@
   virtual void gc_prologue(bool full);
   virtual void gc_epilogue(bool full);
 
+
+#ifdef GRAAL
+  HeapWord** top_addr() const;
+
+  HeapWord** end_addr() const;
+
+#endif
+
+
   // We register a region with the fast "in collection set" test. We
   // simply set to true the array slot corresponding to this region.
   void register_region_with_in_cset_fast_test(HeapRegion* r) {