RFR: JDK-8319307: DCmds should not assert on truncation and should report truncation [v2]
Kevin Walls
kevinw at openjdk.org
Tue Nov 28 09:42:11 UTC 2023
On Mon, 27 Nov 2023 12:04:50 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> Raising the limit is unrelated to this PR.
But they are related. Raising the limit is the alternative to this PR, for most users most of the time.
I think it was reasonable to ask what kind of size are you seeing, and with what kind of frequency.
That should help say whether this is a bump the limit situation, or a we-must-fix-this-now situation.
JDK-8319055 says we should rework this in a better way, which I expect we all agree on, and this current PR is a possible solution until that change comes along (which might be undone by JDK-8319055).
/proc/pid/maps was > 2GB of text? At that point nobody can help you. 8-)
If that maps list ended before showing the high numbers, nobody would be surprised!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16474#issuecomment-1829441367
More information about the hotspot-runtime-dev
mailing list