RFR: 8340491: Thread stack-base assertion should report which thread has the un-set stack [v3]
David Holmes
dholmes at openjdk.org
Mon Sep 23 04:39:37 UTC 2024
On Fri, 20 Sep 2024 09:53:37 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:
> I was trying to convey that it might be better to rewrite the calling code to perform its own checks / logging instead of relying on a "low-level" assert in Thread.
The calling code is of course being fixed (or at least the cause dealt with one way or another). The point here was to simply enhance the existing assertion to be more informative for the next time it gets triggered.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21102#issuecomment-2367222832
More information about the hotspot-runtime-dev
mailing list