RFR: 8276545: Fix handling of trap count overflow in Parse::Parse() [v2]

Dhamoder Nalla duke at openjdk.org
Mon Sep 26 20:59:38 UTC 2022


On Mon, 26 Sep 2022 20:38:07 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> Dhamoder Nalla has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   address CR comments
>
> src/hotspot/share/opto/parse1.cpp line 473:
> 
>> 471:     if (md_count != 0) {
>> 472:       if (md_count >= md->trap_count_limit())
>> 473:       {
> 
> Put `{` to the same line as condition.

Done.

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

PR: https://git.openjdk.org/jdk/pull/10187


More information about the hotspot-compiler-dev mailing list