diff src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp @ 8504:86b4965f0c9a

-Cleanup code
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Wed, 20 Mar 2013 21:39:24 +0100
parents 9412b1915547
children dee7c8b578c7
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Wed Mar 20 20:27:30 2013 +0100
+++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Wed Mar 20 21:39:24 2013 +0100
@@ -675,15 +675,6 @@
   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) {