[jdk17] RFR: 8266854: LibraryCallKit::inline_preconditions_checkIndex modifies control flow even if the intrinsic bailed out [v2]
Sandhya Viswanathan
sviswanathan at openjdk.java.net
Wed Jun 23 00:48:53 UTC 2021
On Tue, 22 Jun 2021 05:22:50 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:
>> Sandhya Viswanathan has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Added comments
>
> src/hotspot/share/opto/library_call.cpp line 1035:
>
>> 1033: }
>> 1034:
>> 1035: if (stopped()) {
>
> Hi @sviswa7, comments over both the short-circuiting exits will help in better code readability.
@jatin-bhateja Added comments, please take a look.
-------------
PR: https://git.openjdk.java.net/jdk17/pull/114
More information about the hotspot-compiler-dev
mailing list