[jdk17u-dev] RFR: 8323635: Test gc/g1/TestHumongousAllocConcurrentStart.java fails with -XX:TieredStopAtLevel=3

Martin Doerr mdoerr at openjdk.org
Thu May 23 10:00:07 UTC 2024


On Mon, 20 May 2024 08:09:16 GMT, Andrew Lu <andrewlu at openjdk.org> wrote:

> I backport this for parity with 17.0.12-oracle.
> This PR contains a backport of
> https://github.com/openjdk/jdk/commit/5045839cb2095105a5c6c9eebc633a78b1e3213e
> Patch is not clean, this file test/hotspot/jtreg/gc/g1/TestHumongousAllocConcurrentStart.java has changed by the commit
> https://github.com/openjdk/jdk/commit/d52a995f35de26c2cc4074297a75141e4a363e1b
> , I ignored this commits and only change code for this issue.

Is JDK17 affected by this problem?
`make run-test TEST="test/hotspot/jtreg/gc/g1/TestHumongousAllocConcurrentStart.java" JTREG="VM_OPTIONS=-XX:TieredStopAtLevel=3` has passed without the fix:

==============================
Test summary
==============================
   TEST                                              TOTAL  PASS  FAIL ERROR   
   jtreg:test/hotspot/jtreg/gc/g1/TestHumongousAllocConcurrentStart.java
                                                         1     1     0     0   
==============================
TEST SUCCESS

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

PR Comment: https://git.openjdk.org/jdk17u-dev/pull/2482#issuecomment-2126703924


More information about the jdk-updates-dev mailing list