[lworld] RFR: 8308756: [lworld] compiler/ciReplay/TestInliningProtectionDomain.java fails because CDS is disabled

Tobias Hartmann thartmann at openjdk.org
Fri Jun 2 12:42:47 UTC 2023


I added `-XX:-InlineTypeReturnedAsFields` as a temporary workaround with [JDK-8301007](https://bugs.openjdk.org/browse/JDK-8301007) until [JDK-8284443](https://bugs.openjdk.org/browse/JDK-8284443) is fixed but that disables CDS because of a flag mismatch (see [JDK-8272290](https://bugs.openjdk.org/browse/JDK-8272290)). The test now fails due to mainline issue [JDK-8277301](https://bugs.openjdk.org/browse/JDK-8277301) which we seem to reliably trigger after the recent merge.

Let's just disable the problematic sub-test completely until [JDK-8284443](https://bugs.openjdk.org/browse/JDK-8284443) is fixed.

Thanks,
Tobias

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

Commit messages:
 - 8308756: [lworld] compiler/ciReplay/TestInliningProtectionDomain.java fails because CDS is disabled

Changes: https://git.openjdk.org/valhalla/pull/856/files
 Webrev: https://webrevs.openjdk.org/?repo=valhalla&pr=856&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8308756
  Stats: 3 lines in 1 file changed: 1 ins; 1 del; 1 mod
  Patch: https://git.openjdk.org/valhalla/pull/856.diff
  Fetch: git fetch https://git.openjdk.org/valhalla.git pull/856/head:pull/856

PR: https://git.openjdk.org/valhalla/pull/856



More information about the valhalla-dev mailing list