On Thu, 12 Sep 2024 15:34:47 GMT, Simon Tooke <sto...@openjdk.org> wrote:
> concerns with my use of 'fatal()' by replacing with a message in the returned > output and an assert(). > > I have also adjusted the spacing of the offset field in the output, but kept > it for parity with the Linux version. Thanks @stooke ! Thanks for making it non-fatal. Printing a message on an unknown field will break the format? I don't want to cause a great disturbance on this as it should "never happen" so this is fine, or doing nothing and having the assert for debug builds. Re: offset column: I don't see an offset column in Linux, I see an rss column? ------------- PR Comment: https://git.openjdk.org/jdk/pull/20597#issuecomment-2347105107