RFR: 8353727: HeapDumpPath doesn't expand %p [v2]
Kevin Walls
kevinw at openjdk.org
Tue Apr 8 12:12:11 UTC 2025
On Tue, 8 Apr 2025 11:51:18 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> I keep thinking that such a coding can benefit from using stringStream; it makes most of the associated buffer counting etc obsolete, supports dynamic buffers, or optionally can be laid over a fixed-sized buffer and then handles truncation. It does not yet provide a way to report truncation, but that can be added really easily.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24482#issuecomment-2786226321
More information about the hotspot-runtime-dev
mailing list