Integrated: 8340474: [premain] Revert ArchiveRelocationMode back to 1
Aleksey Shipilev
shade at openjdk.org
Tue May 20 17:59:06 UTC 2025
On Mon, 19 May 2025 09:47:18 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
This pull request has now been integrated.
Changeset: d9f8de93
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.org/leyden/commit/d9f8de932d26ce787146432e82ba3e362b3494ac
Stats: 7 lines in 2 files changed: 0 ins; 6 del; 1 mod
8340474: [premain] Revert ArchiveRelocationMode back to 1
Reviewed-by: asmehra, kvn
-------------
PR: https://git.openjdk.org/leyden/pull/69
More information about the leyden-dev
mailing list