RFR: 8360641: TestCompilerCounts fails after 8354727 [v2]
Manuel Hässig
mhaessig at openjdk.org
Mon Jun 30 08:40:56 UTC 2025
> After integrating #25872 the calculation of the`CICompilerCount` ergonomic became dependent on the size of `NonNMethodCodeHeapSize`, which itself is an ergonomic based on the available memory. Thus, depending on the system, the test `compiler/arguments/TestCompilerCounts.java` failed, i.e. locally this failed, but not on CI servers.
>
> This PR changes the test to reflect the changes introduced in #25872.
>
> Testing:
> - [ ] [Github Actions](https://github.com/mhaessig/jdk/actions/runs/15932906313)
> - [x] tier1,tier2 plus Oracle internal testing
Manuel Hässig has updated the pull request incrementally with one additional commit since the last revision:
Make it work for product and address review comments
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/26024/files
- new: https://git.openjdk.org/jdk/pull/26024/files/53530bda..ab1c7d9a
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=26024&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=26024&range=00-01
Stats: 33 lines in 1 file changed: 12 ins; 5 del; 16 mod
Patch: https://git.openjdk.org/jdk/pull/26024.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/26024/head:pull/26024
PR: https://git.openjdk.org/jdk/pull/26024
More information about the hotspot-compiler-dev
mailing list