RFR: 8311583: tableswitch broken by JDK-8310577 [v3]
Coleen Phillimore
coleenp at openjdk.org
Tue Jul 11 01:46:38 UTC 2023
On Tue, 11 Jul 2023 01:03:46 GMT, Dean Long <dlong at openjdk.org> wrote:
>> Coleen Phillimore has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - Improve tableswitch test comment.
>> - Improve tableswitch test comment.
>
> test/hotspot/jtreg/runtime/verifier/tableswitchp1.jasm line 35:
>
>> 33: bytecode 0x80,0,0,0; // 0x80000000 low
>> 34: bytecode 0x7F,0xFF,0xFF,0xFF; // 0x7fffffff high
>> 35: // no jump table, but gets past verifier
>
> Suggestion:
>
> // illegal empty jump table
Thanks for the comment improvement and review.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14788#discussion_r1259080367
More information about the hotspot-runtime-dev
mailing list