RFR: 8317507: C2 compilation fails with "Exceeded _node_regs array" [v2]
Roberto Castañeda Lozano
rcastanedalo at openjdk.org
Fri Oct 27 08:00:40 UTC 2023
On Thu, 26 Oct 2023 19:23:05 GMT, Dean Long <dlong at openjdk.org> wrote:
>> Thanks for the suggestion, Dean. I am also a bit doubtful about having all this static code in `output_c.cpp`, my suggestion would be simply moving the entire definition of `fill_new_machnode()` to `machnode.cpp` (as in https://github.com/openjdk/jdk/commit/7f5c739919b166354d96e190702a515bbd3b3f5a). But I think it is better to address this (pre-existing) issue in a separate RFE and keep this bug fix small. What do you think?
>
> A separate RFE is fine. Thanks.
Thanks, reported in [JDK-8318959](https://bugs.openjdk.org/browse/JDK-8318959). Will do after integrating this changeset.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16306#discussion_r1374204855
More information about the hotspot-compiler-dev
mailing list