[jdk17u-dev] RFR: 8283298: Make CodeCacheSegmentSize a product flag

Dmitry Chuyko dchuyko at openjdk.org
Wed Oct 12 12:04:10 UTC 2022


As suggested in https://github.com/openjdk/jdk17u-dev/pull/753 this change can be backported separately. I am going to update that JDK-8284578 PR on top on this one.
The patch is almost identical to the original one but the single change in test is excluded. Test part would otherwise be exactly reverted by necessary JDK-8283229 but the test file is not present in jdk17u as JDK-8281467 (Allow larger OptoLoopAlignment and CodeEntryAlignment) is missing. The latter can be backported after this one if necessary.

Testing: tier1, tier2 on x86 and aarch64.

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

Commit messages:
 - Backport 026b85303c01326bc49a1105a89853d7641fcd50

Changes: https://git.openjdk.org/jdk17u-dev/pull/782/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=782&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8283298
  Stats: 13 lines in 3 files changed: 8 ins; 0 del; 5 mod
  Patch: https://git.openjdk.org/jdk17u-dev/pull/782.diff
  Fetch: git fetch https://git.openjdk.org/jdk17u-dev pull/782/head:pull/782

PR: https://git.openjdk.org/jdk17u-dev/pull/782


More information about the jdk-updates-dev mailing list