Newbetuts
.
New posts in java-memory-model
Dalvik VM & Java Memory Model (Concurrent programming on Android)
android
concurrency
dalvik
java-memory-model
Must all properties of an immutable object be final?
java
immutability
final
java-memory-model
Java memory model: volatile variables and happens-before
java
volatile
thread-synchronization
java-memory-model
happens-before
What are the similarities between the Java memory model and the C++11 memory model?
java
c++
c++11
memory-model
java-memory-model
Why is `synchronized (new Object()) {}` a no-op?
java
multithreading
java-memory-model
Instruction reordering & happens-before relationship [duplicate]
java
multithreading
concurrency
java-memory-model
Volatile guarantees and out-of-order execution [duplicate]
java
volatile
java-memory-model
What does "volatile" mean in Java?
java
volatile
java-memory-model
Java concurrency: is final field (initialized in constructor) thread-safe?
java
concurrency
java-memory-model
How can CopyOnWriteArrayList be thread-safe?
java
data-structures
concurrency
java-memory-model
Memory effects of synchronization in Java
java
concurrency
jvm
java-memory-model
Synchronized and the scope of visibility
java
concurrency
synchronized
java-memory-model
What is in Java object header?
java
jvm
java-memory-model
object-layout
jol
Why does this Java program terminate despite that apparently it shouldn't (and didn't)?
java
concurrency
java-memory-model
memory-visibility
Prev