RFR: 8352075: Perf regression accessing fields [v21]
Radim Vansa
rvansa at openjdk.org
Thu Jun 5 21:32:51 UTC 2025
On Thu, 5 Jun 2025 18:04:00 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> Radim Vansa has updated the pull request incrementally with three additional commits since the last revision:
>>
>> - Moved jtreg test
>> - Improved documentation
>> - Fix coding style (asterisk placement)
>
> src/hotspot/share/oops/fieldInfo.cpp line 137:
>
>> 135: int position;
>> 136: } field_pos_t;
>> 137: field_pos_t* positions = nullptr;
>
> This is unused.
Oops, copy-paste error. Thanks for spotting this.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24847#discussion_r2130466647
More information about the serviceability-dev
mailing list