RFR: 8334866: Improve Speed of ElfDecoder source search [v6]
Kerem Kat
krk at openjdk.org
Wed Oct 29 13:57:15 UTC 2025
On Mon, 27 Oct 2025 08:33:24 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:
>> Kerem Kat has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix comments, delete copy ctor
>
> src/hotspot/share/utilities/elfFile.hpp line 452:
>
>> 450: };
>> 451:
>> 452: class DebugAranges;
>
> Can you move this forward declaration to the top of the file where we already have some other forward declarations?
Eliminated instead.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27337#discussion_r2473226291
More information about the hotspot-dev
mailing list