RFR: 8340474: [premain] Revert ArchiveRelocationMode back to 1 [v2]
Ashutosh Mehra
asmehra at openjdk.org
Tue May 20 14:39:17 UTC 2025
On Mon, 19 May 2025 10:01:51 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> Current Leyden premain repo has this change:
>>
>>
>> - product(int, ArchiveRelocationMode, 1, DIAGNOSTIC, \
>> + /*FIXME - AOT code has direct pointers to metadata that's not relocated*/ \
>> + product(int, ArchiveRelocationMode, 0, DIAGNOSTIC, \
>>
>>
>> We need to revert this to make sure we can compare the performance against mainline.
>>
>> Needs https://github.com/openjdk/leyden/pull/68 to work.
>>
>> Additional testing:
>> - [x] Linux x86_64 server fastdebug, `runtime/cds` after https://github.com/openjdk/leyden/pull/68
>
> Aleksey Shipilev has updated the pull request incrementally with one additional commit since the last revision:
>
> Ditch relevant ProblemList entries as well
lgtm
-------------
Marked as reviewed by asmehra (Committer).
PR Review: https://git.openjdk.org/leyden/pull/69#pullrequestreview-2854477688
More information about the leyden-dev
mailing list