RFR: 8342175: MemoryEaterMT fails intermittently with ExceptionInInitializerError
Aleksey Shipilev
shade at openjdk.org
Mon Dec 1 12:37:46 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
@lmesnik, @tschatzl -- might be of interest for you :)
-------------
PR Comment: https://git.openjdk.org/jdk/pull/28531#issuecomment-3596333918
More information about the hotspot-gc-dev
mailing list