List Question
20 TechQA 2024-01-28T10:18:05.807000Is the Happens-Before mechanism only hb(w, r)?
73 views
Asked by Unearthly
JMM specification example
96 views
Asked by Роман Григорьев
Is weakCompareAndSet's "Spurious failure" simply the presence of contention in the LOCK prefix?
47 views
Asked by Delark
Java volatile and happens-before
104 views
Asked by RedMurloc
I checked with jconsole and found there is not dead lock,but program does not exit
56 views
Asked by dun mao
Happens-Before Relationship - What is an atomic object talking about concurrency in C++?
150 views
Asked by AudioBubble
Establish a release atomic ordering on an atomic object without writing into it
162 views
Asked by Chayim Friedman
Thread-safety of int field in Java
175 views
Asked by dallin_sh
How are the final multi-threading guarantees and the memory model related in Java?
189 views
Asked by poq
Can release+acquire break happens-before?
611 views
Asked by AudioBubble
Can "b=3" be reordered before "a=2+b" if a is volatile and b is not?
134 views
Asked by 嘉图李
Java immutable classes vs. volatile references
128 views
Asked by Turin
'Happens before' on Scala constructors: final fields
146 views
Asked by Turin
ConcurrentHashMap read/update only via compute method
726 views
Asked by Eugene