Y
Hacker News
new
|
ask
|
show
|
jobs
by
pron
1494 days ago
A technical detail. Monitors (synchronized) record their owners as the OS thread, which makes the VM not know whether the carrier or the virtual thread owns a monitor, as they both share the same OS thread.
1 comments
CHY872
1493 days ago
For any future readers, I think this is the bug:
https://bugs.openjdk.java.net/browse/JDK-8281642
link