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

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


On Thu, 22 Sep 2022 15:18:23 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:         md_count = md->trap_count_limit() + md->overflow_trap_count();
> 
> Please, fix code style - add missing parenthesis

Thank you!! 
Added missing parenthesis.

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

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


More information about the hotspot-compiler-dev mailing list