diff src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp @ 8505:dee7c8b578c7

-Integration of WB Serial Snippets-Integration of G1 WB Snippets (partially working)-Fix allocation bug with -XX:-UseTLAB and -XX:+UseSerialGC
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Thu, 21 Mar 2013 11:30:38 +0100
parents 86b4965f0c9a
children c3657d00e343
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Wed Mar 20 21:39:24 2013 +0100
+++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Thu Mar 21 11:30:38 2013 +0100
@@ -675,6 +675,12 @@
   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) {