Re: RFR: 8298173: GarbageCollectionNotificationContentTest test failed: no decrease in Eden usage

2022-12-07 Thread Serguei Spitsyn
On Wed, 7 Dec 2022 21:50:11 GMT, Kevin Walls 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)

Re: RFR: 8298173: GarbageCollectionNotificationContentTest test failed: no decrease in Eden usage

2022-12-07 Thread Daniel D . Daugherty
On Wed, 7 Dec 2022 21:50:11 GMT, Kevin Walls 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)

Re: RFR: 8298173: GarbageCollectionNotificationContentTest test failed: no decrease in Eden usage

2022-12-07 Thread Chris Plummer
On Wed, 7 Dec 2022 21:50:11 GMT, Kevin Walls 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)

Re: RFR: 8298173: GarbageCollectionNotificationContentTest test failed: no decrease in Eden usage

2022-12-07 Thread Daniel D . Daugherty
On Wed, 7 Dec 2022 21:50:11 GMT, Kevin Walls 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)

RFR: 8298173: GarbageCollectionNotificationContentTest test failed: no decrease in Eden usage

2022-12-07 Thread Kevin Walls
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

Re: RFR: JDK-8295756 Improve NonLocalRegistry Manual Test Process [v8]

2022-12-07 Thread Bill Huang
> The current non local registry tests require a manual process that runs > rmiregitrty on a different machine and changes the -Dregistry.host property > in the source before running the tests on the local machine. This task is > created to improve this manual process and provide a clearer instr

RFR: 8298264: Merge OffsetTableContigSpace into TenuredSpace

2022-12-07 Thread Albert Mingkun Yang
Small change of merging two classes to reduce inheritance chain length. Test: hotspot_gc - Commit messages: - s1-merge-tenured-space Changes: https://git.openjdk.org/jdk/pull/11556/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=11556&range=00 Issue: https://bugs.openjdk.