jmx-dev RFR: 8298173: GarbageCollectionNotificationContentTest test failed: no decrease in Eden usage [v2]

Kevin Walls kevinw at openjdk.org
Thu Dec 8 11:52:14 UTC 2022


> 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.

Kevin Walls has updated the pull request incrementally with one additional commit since the last revision:

  nit

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/11572/files
  - new: https://git.openjdk.org/jdk/pull/11572/files/71607383..9ef9c94d

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=11572&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=11572&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/11572.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/11572/head:pull/11572

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


More information about the jmx-dev mailing list