[jdk17u-dev] RFR: 8317507: C2 compilation fails with "Exceeded _node_regs array"

Goetz Lindenmaier goetz at openjdk.org
Wed Dec 13 07:48:43 UTC 2023


On Mon, 11 Dec 2023 17:10:54 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> Clean backport to fix the C2 corner case.
> 
> Additional testing:
>  - [x] New regression test fails without the fix, passes with it
>  - [x] Linux x86_64 server fastdebug,`tier{1,2,3,4}`
>  - [x] Linux AArch64 server fastdebug,`tier{1,2,3}`

Won't this increase the memory consumption of the compiler significantly? As I understand it can push more nodes on the arenas now.

-------------

PR Comment: https://git.openjdk.org/jdk17u-dev/pull/2039#issuecomment-1853415752


More information about the jdk-updates-dev mailing list