Integrated: 8366850: Test com/sun/jdi/JdbStopInNotificationThreadTest.java failed

Chris Plummer cjplummer at openjdk.org
Tue Sep 9 00:09:39 UTC 2025


On Fri, 5 Sep 2025 19:13:18 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

> In order to make this test run faster, its heap size was reduced to 64m. This proved to be too small resulting in sometimes exceeding 10% usage before the notification can be setup. This meant that once the memory consumption loop started, it never stopped until OOME (it's suppose to stop when 10% usage has been achieved). I tried 128m and that also proved to be too small when using ZGC and -Xcomp. 256m seems to be enough. I tested 10x times on all our debug platforms with ZGC, ZGC + -Xcomp, and G1 + -Xcomp.

This pull request has now been integrated.

Changeset: 4ec63e8f
Author:    Chris Plummer <cjplummer at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/4ec63e8f5d1768ea78d0bbf477d68bcf3c6f96b6
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8366850: Test com/sun/jdi/JdbStopInNotificationThreadTest.java failed

Reviewed-by: ayang, lmesnik, syan

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

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


More information about the serviceability-dev mailing list