[jdk17] RFR: 8268362: [REDO] C2 crash when compile negative Arrays.copyOf length after loop [v3]
Hui Shi
hshi at openjdk.java.net
Fri Jun 18 07:50:27 UTC 2021
On Thu, 17 Jun 2021 04:39:45 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> Hui Shi has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Add GraphKit::array_ideal_length wrapper for all CastIINode generation after array allocation. Update comments.
>
> src/hotspot/share/opto/library_call.cpp line 4457:
>
>> 4455: #endif
>> 4456: for (uint i = 0; i < init_control->outcnt(); i++) {
>> 4457: Node *init_out = init_control->raw_out(i);
>
> Style: `Node* init_out`
done
-------------
PR: https://git.openjdk.java.net/jdk17/pull/49
More information about the hotspot-compiler-dev
mailing list