comparison 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
comparison
equal deleted inserted replaced
8503:58385e7565ff 8504:86b4965f0c9a
672 bool expand(size_t expand_bytes); 672 bool expand(size_t expand_bytes);
673 673
674 // Do anything common to GC's. 674 // Do anything common to GC's.
675 virtual void gc_prologue(bool full); 675 virtual void gc_prologue(bool full);
676 virtual void gc_epilogue(bool full); 676 virtual void gc_epilogue(bool full);
677
678
679 #ifdef GRAAL
680 HeapWord** top_addr() const;
681
682 HeapWord** end_addr() const;
683
684 #endif
685
686 677
687 // We register a region with the fast "in collection set" test. We 678 // We register a region with the fast "in collection set" test. We
688 // simply set to true the array slot corresponding to this region. 679 // simply set to true the array slot corresponding to this region.
689 void register_region_with_in_cset_fast_test(HeapRegion* r) { 680 void register_region_with_in_cset_fast_test(HeapRegion* r) {
690 assert(_in_cset_fast_test_base != NULL, "sanity"); 681 assert(_in_cset_fast_test_base != NULL, "sanity");