commit | 5084eb24d09afff22887be445a199da1a4f4bdce | [log] [tgz] |
---|---|---|
author | Thomas Schatzl <tschatzl@openjdk.org> | Fri Jun 19 11:27:07 2015 +0200 |
committer | Thomas Schatzl <tschatzl@openjdk.org> | Fri Jun 19 11:27:07 2015 +0200 |
tree | 8f6e33bde62fc399cbd851e53f8c59dce37e0190 | |
parent | b387838cea6e7f5e629ad1af710a75c3b89b7e95 [diff] |
8078669: G1 applies SurvivorAlignmentInBytes to both survivor and old gen After refactoring of the relevant code in JDK-8060025 the survivor alignment had been applied to any allocation within PLABs. Only do that for survivor allocations again. Improve the related tests to have less variance. Reviewed-by: jmasa, fzhinkin