comparison 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
comparison
equal deleted inserted replaced
8492:286a49d423c9 8493:9412b1915547
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
677 686
678 // We register a region with the fast "in collection set" test. We 687 // We register a region with the fast "in collection set" test. We
679 // simply set to true the array slot corresponding to this region. 688 // simply set to true the array slot corresponding to this region.
680 void register_region_with_in_cset_fast_test(HeapRegion* r) { 689 void register_region_with_in_cset_fast_test(HeapRegion* r) {
681 assert(_in_cset_fast_test_base != NULL, "sanity"); 690 assert(_in_cset_fast_test_base != NULL, "sanity");