Blocks :
|
|
Relates :
|
When decommitting memory within the heap, it may be possible that the first region of the heap is decommitted as well, and not available for g1 full gc/compaction. However the current implementation of G1 full GC hardcodes the first compaction space (ie. the area to compact into) as exactly this first region. This constraintt needs to be relaxed to allow JDK-8038423
|