[jdk17u-dev] Integrated: 8292301: [REDO v2] C2 crash when allocating array of size too large
Goetz Lindenmaier
goetz at openjdk.org
Tue Mar 21 16:04:47 UTC 2023
On Thu, 16 Mar 2023 08:16:50 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:
> I had to resolve three files:
> src/hotspot/share/opto/callnode.cpp
> AllocateArrayNode::Ideal could not be deleted automatically.
> The patch removes igvn->add_input_to(phase->C->root(), halt);
> but 11 has phase->C->root()->add_req(halt);
> Just deleted anyways.
>
> src/hotspot/share/opto/loopopts.cpp
> In the source, clone_loop() has been refactored.
> The patch touches code moved to finish_clone_loop().
> The very same code is in clone_loop() in 17. Moved
> hunk there.
>
> src/hotspot/share/opto/phaseX.cpp
> Just placement of a comment.
This pull request has now been integrated.
Changeset: cc170c7b
Author: Goetz Lindenmaier <goetz at openjdk.org>
URL: https://git.openjdk.org/jdk17u-dev/commit/cc170c7b1756ecb42f9540836261b7f7018da5cb
Stats: 502 lines in 19 files changed: 394 ins; 67 del; 41 mod
8292301: [REDO v2] C2 crash when allocating array of size too large
Reviewed-by: roland, mdoerr
Backport-of: 1ea0d6b424c263590fd145913280a180d7ce5fe1
-------------
PR: https://git.openjdk.org/jdk17u-dev/pull/1204
More information about the jdk-updates-dev
mailing list