Integrated: 8342175: MemoryEaterMT fails intermittently with ExceptionInInitializerError

Aleksey Shipilev shade at openjdk.org
Tue Dec 2 08:41:05 UTC 2025


On Thu, 27 Nov 2025 10:26:10 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> See issue for more bread-crumbs. I think this is generally a test bug for vmTestbase GC tests that run on the brink of OOME. `MemoryEaterMT` intermittently fails with Shenandoah and G1 on our machines. So I believe we should fix this as testbug.
> 
> Additional testing:
>  - [x] Linux AArch64 server fastdebug, `MemoryEaterMT` with `-XX:+UseShenandoahGC`, 10x, now passes 
>  - [x] Linux AArch64 server fastdebug, `MemoryEaterMT` with default (G1) GC, 10x, now passes
>  - [x] Linux AArch64 server fastdebug, `all` with default (G1) GC, still passes

This pull request has now been integrated.

Changeset: 84ffe872
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/84ffe87260753973835ea6b88443e28bcaf0122f
Stats:     3 lines in 1 file changed: 3 ins; 0 del; 0 mod

8342175: MemoryEaterMT fails intermittently with ExceptionInInitializerError

Reviewed-by: lmesnik, aboldtch

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

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


More information about the hotspot-gc-dev mailing list