RFR: JDK-8319307: DCmds should not assert on truncation and should report truncation [v2]

Thomas Stuefe stuefe at openjdk.org
Mon Nov 27 11:29:07 UTC 2023


On Mon, 27 Nov 2023 05:13:49 GMT, David Holmes <dholmes at openjdk.org> wrote:

> > Well, yes. Its the one buffer in the attach listener. We could just crank up the buffer maximum; we could also do that on a per-command base, for commands that we know may print a lot of output.
> 
> Isn't this a third option?

No, because it does not change the fact that if a command reaches the limit - be it global or per-command - we still have the same behavior (assert or silent truncation)

-------------

PR Comment: https://git.openjdk.org/jdk/pull/16474#issuecomment-1827646100


More information about the hotspot-runtime-dev mailing list