RFR: 8340491: Thread stack-base assertion should report which thread has the un-set stack [v3]
Stefan Karlsson
stefank at openjdk.org
Mon Sep 30 11:27:37 UTC 2024
On Mon, 30 Sep 2024 11:17:09 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:
> > > we can just stick the assert in the header just like we already do with related functions:
> >
> >
> > @stefank as mentioned in the description I ran into include file issues referring to `osthread()->thread_id()` in thread.hpp, as we only have a forward decl of `OSThread`.
>
> OK. Did you consider my bullet (1) at all?
I re-read the PR and see that this is what you started with and that Thomas requested this to be inlined.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21102#issuecomment-2382916054
More information about the hotspot-runtime-dev
mailing list