On Thu, 12 Jun 2025 08:32:56 GMT, Suchismith Roy wrote:
> JBS Issue : [JDK-8348574](https://bugs.openjdk.org/browse/JDK-8348574)
>
> c1_globals.hpp includes c1_globals_pd.hpp. c1_globals_pd.hpp includes the
> corresponding CPU_HEADER and OS_HEADER files. All of the c1_globals_.hpp
> files are
On Thu, 11 Jul 2024 15:38:29 GMT, Kevin Walls wrote:
>> Follow-on from JDK-8207908.
>>
>> Two tests are broken by that change:
>> sun/management/jmxremote/startstop/JMXStartStopTest.java
>> sun/management/jmxremote/startstop/JMXStatusPerfCountersTest.java
>>
>> These are additional tests w
On Mon, 1 Apr 2024 02:02:40 GMT, Jaikiran Pai wrote:
> Can I please get a review of this change which proposes to fix the test
> failure reported in https://bugs.openjdk.org/browse/JDK-8328273?
>
> As noted in that issue, the
> `sun/management/jmxremote/bootstrap/RmiRegistrySslTest.java` inter
On Wed, 28 Jun 2023 16:54:51 GMT, Leo Korinth wrote:
> Remove trailing "blank" lines in source files.
>
> I like to use global-whitespace-cleanup-mode, but I can not use it if the
> files are "dirty" to begin with. This fix will make more files "clean". I
> also considered adding a check for t
On Mon, 8 May 2023 02:13:14 GMT, David Holmes wrote:
>> Paul Hohensee has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> 8304074: [JMX] Add an approximation of total bytes allocated on the Java
>> heap by the JVM
>
> src/hotspot/share/serv
On Thu, 8 Dec 2022 11:55:20 GMT, Kevin Walls wrote:
>> This bug appears to be a regression caused by the fix for:
>>
>> [JDK-8297247](https://bugs.openjdk.org/browse/JDK-8297247) Add
>> GarbageCollectorMXBean for Remark and Cleanup pause time in G1
>>
>> so I've bumped the priority from P4 ->
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)
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)