RFR: 8340491: Thread stack-base assertion should report which thread has the un-set stack [v3]

David Holmes dholmes at openjdk.org
Mon Sep 30 09:09:36 UTC 2024


On Mon, 30 Sep 2024 08:45:44 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`.

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

PR Comment: https://git.openjdk.org/jdk/pull/21102#issuecomment-2382554530


More information about the hotspot-runtime-dev mailing list