commit | bc56e061ec3a5ba1359753516bcc7a167e6776f5 | [log] [tgz] |
---|---|---|
author | Thomas Schatzl <tschatzl@openjdk.org> | Mon Jul 21 10:00:31 2014 +0200 |
committer | Thomas Schatzl <tschatzl@openjdk.org> | Mon Jul 21 10:00:31 2014 +0200 |
tree | b40702a2dd062ea0c14091f6986876fc3959874a | |
parent | ce1a131e47c610a4ebaca50533f0a84ab18a2818 [diff] |
8048112: G1 Full GC needs to support the case when the very first region is not available Refactor preparation for compaction during Full GC so that it lazily initializes the first compaction point. This also avoids problems later when the first region may not be committed. Also reviewed by K. Barrett. Reviewed-by: brutisso