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.
- 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.
- relates to
-
JDK-8341334 CDS: Parallel relocation
- Resolved