[master] Integrated: 8318011: [Lilliput] Fix CDS narrowKlass encoding

Roman Kennke rkennke at openjdk.org
Mon Oct 16 11:33:21 UTC 2023


On Thu, 12 Oct 2023 12:44:36 GMT, Roman Kennke <rkennke at openjdk.org> wrote:

> With Lilliput, we need to store the correct narrowKlass in the archived Klass instances. For this, we need the ArchiveHeapWriter::precomputed_narrow_klass_shift. However, ArchiveHeapWriter is only available when building with INCLUDE_CDS_JAVA_HEAP, i.e. currently not with Windows. This field should be moved to ArchiveBuilder, so that we can access it even when INCLUDE_CDS_JAVA_HEAP is not enabled.

This pull request has now been integrated.

Changeset: ef73f755
Author:    Roman Kennke <rkennke at openjdk.org>
URL:       https://git.openjdk.org/lilliput/commit/ef73f7553f046b2d7a9f847d77cfe539db45ecbf
Stats:     35 lines in 5 files changed: 14 ins; 15 del; 6 mod

8318011: [Lilliput] Fix CDS narrowKlass encoding

Reviewed-by: shade, stuefe

-------------

PR: https://git.openjdk.org/lilliput/pull/112


More information about the lilliput-dev mailing list