Need to add a space between macro identifier and string literal Reviewed-by: stefank, dholmes, kbarrett
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
Added "Archive Region" support to the G1 GC Reviewed-by: tschatzl, brutisso
Reviewed-by: brutisso, stefank, david