RFR: 8314225: SIGSEGV in JavaThread::is_lock_owned [v2]
David Holmes
dholmes at openjdk.org
Wed Jan 31 06:13:05 UTC 2024
On Tue, 30 Jan 2024 22:07:15 GMT, Dean Long <dlong at openjdk.org> wrote:
> JavaThread::is_lock_owned() calls Thread::is_lock_owned() first to check if the lock record is on the native stack.
@dean-long does "on the native stack" equate to being in a compiled vframe ?? I thought checking the native stack simply found if the BasicObjectLock addr was allocated on the thread's native stack.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17566#issuecomment-1918450503
More information about the hotspot-dev
mailing list