[master] RFR: 8318011: [Lilliput] Fix CDS narrowKlass encoding [v2]
Roman Kennke
rkennke at openjdk.org
Fri Oct 13 13:28:00 UTC 2023
> 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.
Roman Kennke has updated the pull request incrementally with one additional commit since the last revision:
Improve comment
-------------
Changes:
- all: https://git.openjdk.org/lilliput/pull/112/files
- new: https://git.openjdk.org/lilliput/pull/112/files/331a7e5c..285ec513
Webrevs:
- full: https://webrevs.openjdk.org/?repo=lilliput&pr=112&range=01
- incr: https://webrevs.openjdk.org/?repo=lilliput&pr=112&range=00-01
Stats: 4 lines in 1 file changed: 2 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/lilliput/pull/112.diff
Fetch: git fetch https://git.openjdk.org/lilliput.git pull/112/head:pull/112
PR: https://git.openjdk.org/lilliput/pull/112
More information about the lilliput-dev
mailing list