RFR: 8334046: Set different values for CompLevel_any and CompLevel_all

Cesar Soares Lucas cslucas at openjdk.org
Fri Mar 28 16:18:16 UTC 2025


Please review this trivial patch to set different values for CompLevel_any and CompLevel_all.
Setting different values for these fields make the implementation of [this other issue](https://bugs.openjdk.org/browse/JDK-8313713) much cleaner/easier.
Tested on OSX/Linux Aarch64/x86_64 with JTREG.

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

Commit messages:
 - Set different values for comp_level any/all

Changes: https://git.openjdk.org/jdk/pull/24298/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24298&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8334046
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/24298.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/24298/head:pull/24298

PR: https://git.openjdk.org/jdk/pull/24298


More information about the hotspot-compiler-dev mailing list