Re: RFR: 8327645: Serial heap dump should not consume double amount of disk space [v2]

2024-03-08 Thread Alex Menkov
On Fri, 8 Mar 2024 02:35:08 GMT, Man Cao wrote: >> Hi all, >> >> Could anyone review this fix to make serial heap dump only write to a single >> file? >> We highly appreciate the work in >> https://bugs.openjdk.org/browse/JDK-8306441. However, many of our customers >> still need to use serial

Re: RFR: 8327645: Serial heap dump should not consume double amount of disk space [v2]

2024-03-08 Thread Man Cao
On Fri, 8 Mar 2024 03:35:16 GMT, Alex Menkov wrote: >> Man Cao has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Fix failure under -XX:+UseSerialGC > > Heap dumper was switched to always use segments by > [JDK-8299426](https://bugs.openjd

Re: RFR: 8327645: Serial heap dump should not consume double amount of disk space [v2]

2024-03-07 Thread Alex Menkov
On Fri, 8 Mar 2024 02:35:08 GMT, Man Cao wrote: >> Hi all, >> >> Could anyone review this fix to make serial heap dump only write to a single >> file? >> We highly appreciate the work in >> https://bugs.openjdk.org/browse/JDK-8306441. However, many of our customers >> still need to use serial

Re: RFR: 8327645: Serial heap dump should not consume double amount of disk space [v2]

2024-03-07 Thread Jiangli Zhou
On Fri, 8 Mar 2024 02:35:08 GMT, Man Cao wrote: >> Hi all, >> >> Could anyone review this fix to make serial heap dump only write to a single >> file? >> We highly appreciate the work in >> https://bugs.openjdk.org/browse/JDK-8306441. However, many of our customers >> still need to use serial