mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-13 17:33:10 +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