Re: RFR: 8327864: Support segmented heap dump for HotSpotDiagnosticMXBean

2024-03-25 Thread Kevin Walls
On Tue, 12 Mar 2024 07:59:12 GMT, Yi Yang wrote: > We've received feedback from users of cloud APM platform wanting the new > version of the JDK to allow the HotSpotDiagnosticMXBean.dumpHeap > underpinnings to reduce STW time using sgemented heapdump. Supporting > segmented heapdump for mxbean

Re: RFR: 8327864: Support segmented heap dump for HotSpotDiagnosticMXBean

2024-03-13 Thread Yi Yang
On Wed, 13 Mar 2024 20:01:22 GMT, Kevin Walls wrote: >> We've received feedback from users of cloud APM platform wanting the new >> version of the JDK to allow the HotSpotDiagnosticMXBean.dumpHeap >> underpinnings to reduce STW time using sgemented heapdump. Supporting >> segmented heapdump fo

Re: RFR: 8327864: Support segmented heap dump for HotSpotDiagnosticMXBean

2024-03-13 Thread Kevin Walls
On Tue, 12 Mar 2024 07:59:12 GMT, Yi Yang wrote: > We've received feedback from users of cloud APM platform wanting the new > version of the JDK to allow the HotSpotDiagnosticMXBean.dumpHeap > underpinnings to reduce STW time using sgemented heapdump. Supporting > segmented heapdump for mxbean

RFR: 8327864: Support segmented heap dump for HotSpotDiagnosticMXBean

2024-03-12 Thread Yi Yang
We've received feedback from users of cloud APM platform wanting the new version of the JDK to allow the HotSpotDiagnosticMXBean.dumpHeap underpinnings to reduce STW time using sgemented heapdump. Supporting segmented heapdump for mxbean is a reasonable requirement and adds little additional com