Hacker News new | ask | show | jobs
by CHY872 1506 days ago
What’s the missing piece?
1 comments

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.
For any future readers, I think this is the bug: https://bugs.openjdk.java.net/browse/JDK-8281642