Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
barfoomoo
on Nov 9, 2010
|
parent
|
context
|
favorite
| on:
Things you didn't know about multithreaded program...
Reference field update operations in Java are not thread safe?
jbellis
on Nov 9, 2010
[–]
reference updates are atomic, but without volatile (or more heavyweight synchronization) there may be an arbitrary delay before the change is visible to other threads.
barfoomoo
on Nov 9, 2010
|
parent
[–]
Thanks for that.
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: