[master] RFR: 8319135: [Lilliput] Fix objArrayOop gtest

Roman Kennke rkennke at openjdk.org
Tue Oct 31 09:40:23 UTC 2023


The objArrayOop gtest is broken with Lilliput. The test checks the size of obj-arrays under various settings (coops, ccp) and different alignments, but it does not consider UseCompactObjectHeaders, yet.

The change adds handling of UseCompactObjectHeaders.

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

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

Commit messages:
 - Fix build
 - 8319135: [Lilliput] Fix objArrayOop gtest

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

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


More information about the lilliput-dev mailing list