Integrated: 8360641: TestCompilerCounts fails after 8354727

Manuel Hässig mhaessig at openjdk.org
Wed Jul 2 08:38:47 UTC 2025


On Fri, 27 Jun 2025 18:09:23 GMT, Manuel Hässig <mhaessig at openjdk.org> wrote:

> 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

This pull request has now been integrated.

Changeset: 2304044a
Author:    Manuel Hässig <mhaessig at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/2304044ab2f228fe2fe4adb5975291e733b12d5c
Stats:     49 lines in 1 file changed: 34 ins; 1 del; 14 mod

8360641: TestCompilerCounts fails after 8354727

Reviewed-by: kvn, dfenacci, mdoerr

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

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


More information about the hotspot-compiler-dev mailing list