mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-01 11:40:33 +00:00
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