RFR: 8334046: Set different values for CompLevel_any and CompLevel_all [v2]
Yudi Zheng
yzheng at openjdk.org
Wed Apr 9 12:54:49 UTC 2025
On Mon, 31 Mar 2025 03:43:03 GMT, Cesar Soares Lucas <cslucas at openjdk.org> wrote:
>> 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.
>
> Cesar Soares Lucas has updated the pull request incrementally with one additional commit since the last revision:
>
> Fix WhiteBox constants.
I am auditing `CompLevel_any` and `CompLevel_all` usages and am uncertain about if we have more mixed up usages in the code base than [JDK-8354130](https://bugs.openjdk.org/browse/JDK-8354130). I think we should backout this and run higher tiers in a redo. Backout PR at https://github.com/openjdk/jdk/pull/24540
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24298#issuecomment-2789600255
More information about the hotspot-compiler-dev
mailing list