[lworld] RFR: 8272290: [lworld] Disable CDS if InlineTypePassFieldsAsArgs has changed

Ioi Lam iklam at openjdk.java.net
Tue Aug 10 23:56:47 UTC 2021


If any of the following VM options have different values between CDS dump time and runtime, we cannot load the CDS archive:

- `FlatArrayElementMaxOops`
- `FlatArrayElementMaxSize`
- `InlineFieldMaxFlatSize`
- `InlineTypePassFieldsAsArgs`
- `InlineTypeReturnedAsFields`

Testing with mach5 tiers 1-2

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

Commit messages:
 - fixed whitespaces
 - 8272290: [lworld] Disable CDS if InlineTypePassFieldsAsArgs has changed

Changes: https://git.openjdk.java.net/valhalla/pull/526/files
 Webrev: https://webrevs.openjdk.java.net/?repo=valhalla&pr=526&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8272290
  Stats: 98 lines in 2 files changed: 98 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/valhalla/pull/526.diff
  Fetch: git fetch https://git.openjdk.java.net/valhalla pull/526/head:pull/526

PR: https://git.openjdk.java.net/valhalla/pull/526


More information about the valhalla-dev mailing list