Integrated: 8373111: Test java/lang/management/MemoryMXBean/MemoryManagement.java timed out
Kevin Walls
kevinw at openjdk.org
Tue Dec 9 09:21:12 UTC 2025
On Mon, 8 Dec 2025 11:31:55 GMT, Kevin Walls <kevinw at openjdk.org> wrote:
> Test is intended to run with a small new size, -Xmn8m
> Without this, a larger new gen size means the allocations it make continually may never cause the Notification the test is waiting for. Timeout interacts with the process and means some allocation, which does hit the threshold, so we see "Test passed." and a timeout in the same log.
This pull request has now been integrated.
Changeset: 9c91c68d
Author: Kevin Walls <kevinw at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/9c91c68d1d5938d7e2b9a90c82b0a36ef1a063cd
Stats: 9 lines in 1 file changed: 4 ins; 3 del; 2 mod
8373111: Test java/lang/management/MemoryMXBean/MemoryManagement.java timed out
Reviewed-by: lmesnik
-------------
PR: https://git.openjdk.org/jdk/pull/28697
More information about the serviceability-dev
mailing list