RFR: 8298059: Linked stack watermarks don't support nesting [v3]
David Holmes
dholmes at openjdk.org
Wed Dec 7 06:40:01 UTC 2022
On Wed, 7 Dec 2022 06:28:04 GMT, Erik Österlund <eosterlund 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"?
-------------
PR: https://git.openjdk.org/jdk/pull/11530
More information about the hotspot-runtime-dev
mailing list