-
Bug
-
Resolution: Unresolved
-
P4
-
repo-leyden
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.
- is blocked by
-
JDK-8357060 [premain] assert(left >= right) failed: avoid underflow
-
- Closed
-
- relates to
-
JDK-8341334 CDS: Parallel relocation
-
- Resolved
-