RFR: 8299795: Relativize locals in interpreter frames [v2]
Fredrik Bredberg
duke at openjdk.org
Mon Jan 16 13:41:13 UTC 2023
On Fri, 13 Jan 2023 16:47:59 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> Fredrik Bredberg has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Updated some copyright dates.
>
> src/hotspot/cpu/aarch64/continuationFreezeThaw_aarch64.inline.hpp line 306:
>
>> 304: // set relativized locals
>> 305: // this line can be changed into an assert when we have fixed the "frame padding problem"
>> 306: *f.addr_at(frame::interpreter_frame_locals_offset) = (bottom - 1) - f.fp();
>
> Thank you for this comment. When you file the CR for this problem, can you point to this CR?
Created JDK-8300197 and added references in the source to i.
-------------
PR: https://git.openjdk.org/jdk/pull/11902
More information about the serviceability-dev
mailing list