[lilliput-jdk21u:lilliput] RFR: 8319163: [Lilliput/JDK21] Fix arrayOopDesc gtest

Roman Kennke rkennke at openjdk.org
Tue Oct 31 13:27:21 UTC 2023


In Lilliput/JDK21 the arrayOopDesc gtest is broken. It checks the base-offset of all array types with different settings of coops and ccp, but doesn't check UseCompactObjectHeaders.

The change brings the arrayOopDesc gtest in sync with what is in the lilliput mainline and lilliput-jdk17 repos.

Testing:
 - [x] gtest:arrayOopDesc (+UCOH)
 - [x] gtest:arrayOopDesc (-UCOH)

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

Commit messages:
 - 8319163: [Lilliput/JDK21] Fix arrayOopDesc gtest

Changes: https://git.openjdk.org/lilliput-jdk21u/pull/11/files
 Webrev: https://webrevs.openjdk.org/?repo=lilliput-jdk21u&pr=11&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8319163
  Stats: 12 lines in 1 file changed: 11 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/lilliput-jdk21u/pull/11.diff
  Fetch: git fetch https://git.openjdk.org/lilliput-jdk21u.git pull/11/head:pull/11

PR: https://git.openjdk.org/lilliput-jdk21u/pull/11


More information about the lilliput-dev mailing list