Hacker News new | ask | show | jobs
by xmcqdpt2 885 days ago
Object.wait() releases the monitor lock though. This specific case doesn't have to do with synchronized at all, but with wait() being a native call.
1 comments

That makes sense to me. I'll agree to not call Object.wait() pinning.