src/share/vm/gc_implementation/g1/g1BlockOffsetTable.cpp

Print this page
rev 6802 : imported patch refactor-heapregionseq
rev 6805 : imported patch commit-uncommit-within-heap
rev 6806 : imported patch mikael-suggestions
rev 6807 : imported patch bengt-suggestions
rev 6808 : imported patch mikael-review-2

*** 33,43 **** PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC void G1BlockOffsetSharedArrayMappingChangedListener::on_commit(uint start_idx, size_t num_regions) { // Nothing to do. The BOT is hard-wired to be part of the HeapRegion, and we cannot // retrieve it here since this would cause firing of several asserts. The code ! // exacuted after commit of a region already needs to do some re-initialization of // the HeapRegion, so we combine that. } ////////////////////////////////////////////////////////////////////// // G1BlockOffsetSharedArray --- 33,43 ---- PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC void G1BlockOffsetSharedArrayMappingChangedListener::on_commit(uint start_idx, size_t num_regions) { // Nothing to do. The BOT is hard-wired to be part of the HeapRegion, and we cannot // retrieve it here since this would cause firing of several asserts. The code ! // executed after commit of a region already needs to do some re-initialization of // the HeapRegion, so we combine that. } ////////////////////////////////////////////////////////////////////// // G1BlockOffsetSharedArray