[master] RFR: 8347710: [Lilliput] Implement 4 byte headers [v2]

Roman Kennke rkennke at openjdk.org
Wed Jan 22 12:15:34 UTC 2025


> Packs/reduces header bits to just 4 bytes.
> 
> This reduces the number of Klass* bits to 19 bits, which allows for ~500,000 classes.
> 
> Testing:
> 
> - tier1 (-UCOH)
> - tier2 (-UCOH)
> - tier1 (+UCOH)
> - tier2 (+UCOH)

Roman Kennke has updated the pull request incrementally with two additional commits since the last revision:

 - Merge branch 'JDK-8320761' into JDK-8347710
 - Cast size_t to int

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

Changes:
  - all: https://git.openjdk.org/lilliput/pull/193/files
  - new: https://git.openjdk.org/lilliput/pull/193/files/a1c5b29f..cc978ad3

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=lilliput&pr=193&range=01
 - incr: https://webrevs.openjdk.org/?repo=lilliput&pr=193&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/lilliput/pull/193.diff
  Fetch: git fetch https://git.openjdk.org/lilliput.git pull/193/head:pull/193

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


More information about the lilliput-dev mailing list