RFR: 8298059: Linked stack watermarks don't support nesting [v3]
Erik Österlund
eosterlund at openjdk.org
Wed Dec 7 08:44:02 UTC 2022
On Wed, 7 Dec 2022 06:37:23 GMT, David Holmes <dholmes at openjdk.org> wrote:
> > I feel like the boundaries of what is the current thread vs effectively current thread such as when handshaking/suspending another thread and running code on it as if it was current, tends to blur the boundaries a bit.
>
>
>
> There is only one notion of "current thread" and that is the thread that is executing. Any other threads in the code would be "target threads". What are you suggesting with "effectively current"?
I meant what you referred to as the target thread.
-------------
PR: https://git.openjdk.org/jdk/pull/11530
More information about the hotspot-runtime-dev
mailing list