RFR: 8335664: Parsing jsr broken: assert(bci>= 0 && bci < c->method()->code_size()) failed: index out of bounds [v2]

Matias Saavedra Silva matsaave at openjdk.org
Wed Aug 21 19:43:03 UTC 2024


On Wed, 21 Aug 2024 19:37:53 GMT, Dean Long <dlong at openjdk.org> wrote:

>> Matias Saavedra Silva has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - Removed incorrect comment and added copyright
>>  - Added regression test
>
> test/hotspot/jtreg/runtime/interpreter/LastJsr.jasm line 32:
> 
>> 30:         return;
>> 31:     LABEL:
>> 32:         nop;
> 
> Are these NOP instructions in both tests necessary?

I don't believe so, no. They were included as part of @eme64's reproducer.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20645#discussion_r1725663966


More information about the hotspot-dev mailing list