Integrated: 8332936: Test vmTestbase/metaspace/gc/watermark_70_80/TestDescription.java fails with no GC's recorded

Thomas Schatzl tschatzl at openjdk.org
Mon Jun 3 09:28:15 UTC 2024


On Tue, 28 May 2024 09:25:29 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   please review this change to exclude the watermark tests from use with -Xcomp.
> 
> The failures reported are related to -Xcomp triggering the wrong kind of garbage collection pauses (CodeCache related GCs instead of Metadata related GCs) the test then fails on.
> 
> The proposed solution is to just disable the tests with -Xcomp: the tests are not related to compilation at all.
> 
> Testing: local, gha
> 
> Thanks,
>   Thomas

This pull request has now been integrated.

Changeset: 5ed0d52c
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/5ed0d52c8424dd2e7f1ac2404e9fabb40c8402b8
Stats:     4 lines in 4 files changed: 4 ins; 0 del; 0 mod

8332936: Test vmTestbase/metaspace/gc/watermark_70_80/TestDescription.java fails with no GC's recorded

Reviewed-by: stefank, ayang

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

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


More information about the hotspot-dev mailing list