RFR: 8267532: Try/catch block not optimized as expected [v3]

Tobias Hartmann thartmann at openjdk.org
Mon Nov 6 08:55:21 UTC 2023


On Mon, 6 Nov 2023 08:46:32 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

>> Jorn Vernee has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   add some assertion to IR test that check for compilation and deoptimization
>
> test/hotspot/jtreg/compiler/lib/ir_framework/IRNode.java line 1536:
> 
>> 1534:     public static final String UNREACHED_TRAP = PREFIX + "UNREACHED_TRAP" + POSTFIX;
>> 1535:     static {
>> 1536:         trapNodes(UNREACHED_TRAP,"unreached");
> 
> Suggestion:
> 
>         trapNodes(UNREACHED_TRAP, "unreached");

Same in above code (could be fixed as well).

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16416#discussion_r1382946354


More information about the hotspot-dev mailing list