Integrated: JDK-8312525: New test runtime/os/TestTrimNative.java#trimNative is failing: did not see the expected RSS reduction

Thomas Stuefe stuefe at openjdk.org
Sat Jul 29 05:40:03 UTC 2023


On Sat, 22 Jul 2023 06:57:43 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> The test causes intermittent rare errors, so far only seen on Oracle 7.9 with glibc 2.17.  
> 
> This PR disables, for automated testing, the RSS evaluation part of the test. It retains the mechanical part (testing whether trims happen at all, in the expected number). The stricter variant of the test is kept as manual tests (usable with jtreg without -a).

This pull request has now been integrated.

Changeset: ad34be1f
Author:    Thomas Stuefe <stuefe at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/ad34be1f329edc8e7155983835cc70d733c014b8
Stats:     45 lines in 3 files changed: 33 ins; 2 del; 10 mod

8312525: New test runtime/os/TestTrimNative.java#trimNative is failing: did not see the expected RSS reduction

Reviewed-by: dholmes, shade

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

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


More information about the hotspot-runtime-dev mailing list