RFR: 8298059: Linked stack watermarks don't support nesting [v3]
David Holmes
dholmes at openjdk.org
Wed Dec 7 09:32:18 UTC 2022
On Wed, 7 Dec 2022 08:41:33 GMT, Erik Österlund <eosterlund at openjdk.org> wrote:
> I meant what you referred to as the target thread.
Then I do not understand the argument about the locking. If the only data structure we access belongs to the current thread, and only the current thread accesses that data structure, then no locking is needed.
-------------
PR: https://git.openjdk.org/jdk/pull/11530
More information about the hotspot-runtime-dev
mailing list