Integrated: 8339300: CollectorPolicy.young_scaled_initial_ergo_vm gtest fails on ppc64 based platforms

Matthias Baesken mbaesken at openjdk.org
Wed Sep 4 07:12:23 UTC 2024


On Mon, 2 Sep 2024 12:46:27 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> We currently fail in CollectorPolicy.young_scaled_initial_ergo_vm after [JDK-8258483](https://bugs.openjdk.org/browse/JDK-8258483) came in.
> AIX / Linux ppc64le show this error :
> 
> [ RUN ] CollectorPolicy.young_scaled_initial_ergo_vm
> test/hotspot/gtest/gc/shared/test_collectorPolicy.cpp:122: Failure
> Expected equality of these values:
>   expected
>     Which is: 44695552
>   NewSize
>     Which is: 41943040
> 
> test/hotspot/gtest/gc/shared/test_collectorPolicy.cpp:78: Failure
> Expected: checker->execute() doesn't generate new fatal failures in the current thread.
>   Actual: it does.
> 
> [ FAILED ] CollectorPolicy.young_scaled_initial_ergo_vm (0 ms)
> 
> So the decrease form 80M to 40M was too much for these platforms (they slightly differ in ergo/startup behavior).

This pull request has now been integrated.

Changeset: f2c992c5
Author:    Matthias Baesken <mbaesken at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/f2c992c5af021ab0ff8429fd261314bc7e01f7df
Stats:     3 lines in 1 file changed: 0 ins; 0 del; 3 mod

8339300: CollectorPolicy.young_scaled_initial_ergo_vm gtest fails on ppc64 based platforms

Reviewed-by: mdoerr, lucy

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

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


More information about the hotspot-gc-dev mailing list