jmx-dev Integrated: 8298173: GarbageCollectionNotificationContentTest test failed: no decrease in Eden usage

Kevin Walls kevinw at openjdk.org
Thu Dec 8 12:13:06 UTC 2022


On Wed, 7 Dec 2022 21:50:11 GMT, Kevin Walls <kevinw at openjdk.org> wrote:

> Test should not check that Eden has decreased in used size if the GCCause is "No GC".
> 
> These happen with the message "end of concurrent GC pause" which is logged by the GCMemoryManager _conc_gc_memory_manager (in G1MonitoringSupport).  This GCMemoryManager only interacts with the old gen memory pool, so it is expected that eden usage does not change.
> 
> Updated a few variable names to make it more obvious what count and number are recording, and some formatting.  The key  part of the change is at line 137 onwards.

This pull request has now been integrated.

Changeset: fbe7b007
Author:    Kevin Walls <kevinw at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/fbe7b007383b034589e93d398706bebeb24461ee
Stats:     33 lines in 1 file changed: 8 ins; 4 del; 21 mod

8298173: GarbageCollectionNotificationContentTest test failed: no decrease in Eden usage

Reviewed-by: dcubed, cjplummer, sspitsyn

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

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


More information about the jmx-dev mailing list