Integrated: 8254352: 3 compiler tests failed with "assert(allocates2(pc)) failed: not in CodeBuffer memory"
Vladimir Kozlov
kvn at openjdk.java.net
Sun Oct 11 19:41:10 UTC 2020
On Sun, 11 Oct 2020 14:59:07 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> JDK-8252847 changes added new AVX3 specific stubs for arraycopy and increased code buffer size but it was not enough.
> On Windows we need 3500 bytes more because additional code is used to preserve registers.
>
> Tested hs tier1-3 and ran bug's tests on machine where they failed.
This pull request has now been integrated.
Changeset: 25001c50
Author: Vladimir Kozlov <kvn at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/25001c50
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8254352: 3 compiler tests failed with "assert(allocates2(pc)) failed: not in CodeBuffer memory"
Reviewed-by: shade
-------------
PR: https://git.openjdk.java.net/jdk/pull/592
More information about the hotspot-compiler-dev
mailing list