comparison 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
comparison
equal deleted inserted replaced
8504:86b4965f0c9a 8505:dee7c8b578c7
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 #ifdef GRAAL
679 HeapWord** top_addr() const;
680 HeapWord** end_addr() const;
681
682 #endif
677 683
678 // We register a region with the fast "in collection set" test. We 684 // We register a region with the fast "in collection set" test. We
679 // simply set to true the array slot corresponding to this region. 685 // simply set to true the array slot corresponding to this region.
680 void register_region_with_in_cset_fast_test(HeapRegion* r) { 686 void register_region_with_in_cset_fast_test(HeapRegion* r) {
681 assert(_in_cset_fast_test_base != NULL, "sanity"); 687 assert(_in_cset_fast_test_base != NULL, "sanity");