Search code examples
Why is volatileWrite necessary inside Atomic{Type}Array constructor...


java.util.concurrentjavajava-memory-model

Read More
Java Memory Model: volatiles and reads/writes reordering...


javaconcurrencyjava-memory-model

Read More
Non-volatile fields + first object access from another thread (java)...


javamultithreadingjlsjava-memory-model

Read More
How does register flushing work when synchronized is used?...


javamultithreadingsynchronizedcpu-registersjava-memory-model

Read More
Examples for thread divergence actions and external actions in the Java Memory Model...


javamultithreadingjava-native-interfacenativejava-memory-model

Read More
When static variables memory will release in java?...


javaoopstaticjvmjava-memory-model

Read More
Java Memory Model Actions...


javaconcurrencymemory-modeljava-memory-model

Read More
Is double check with final variable working...


javamultithreadingvolatilejava-memory-modeldouble-checked-locking

Read More
Single core jvm concurrency: are invisible updates possible?...


javaconcurrencyjvmjava-memory-model

Read More
Is DCL still broken?...


javaconcurrencysingletonjava-memory-model

Read More
Can operations, which assign values to multiple volatile fields consecutively, be reordered?...


javaconcurrencythread-safetyvolatilejava-memory-model

Read More
Java memory model: volatile variables and happens-before...


javavolatilethread-synchronizationjava-memory-modelhappens-before

Read More
Detailed semantics of volatile regarding timeliness of visibility...


javavolatilejava-memory-model

Read More
How does HashMap in Java handle weak reference for keys and values?...


javagarbage-collectionhashmapout-of-memoryjava-memory-model

Read More
how to update the data to main memory?...


javasynchronizedjava-memory-model

Read More
Java Memory Model: Is it safe to create a cyclical reference graph of final instance fields, all ass...


javamultithreadingconcurrencymemory-modeljava-memory-model

Read More
Java - Immutable array thread-safety...


javaconcurrencythread-safetyimmutabilityjava-memory-model

Read More
Java memory model synchronization: how to induce data visibility bug?...


javaconcurrencysynchronizationjava-memory-model

Read More
String pool is created in PermGen area or Object area of Heap...


javastringjvmjava-memory-model

Read More
Java : How is memory usage of a program calculated by a java compiler?...


javamemory-managementjava-memory-model

Read More
Java thread local class...


javajvmjava-memory-model

Read More
Are synchronizes-with edegs compiler re-ordering barriers in both directions?...


javamultithreadingcompiler-optimizationmemory-modeljava-memory-model

Read More
Execution definition in JMM...


javajava-memory-model

Read More
Which is more efficient ways to use listener : using Anonymous class or implementing listner...


javaanonymous-classjava-memory-model

Read More
Non volatile double checked locking, is it possible?...


javavolatilejava-memory-modeldouble-checked-locking

Read More
Java Puzzler: busy wait threads stop working...


javamultithreadingthread-synchronizationjava-memory-modelbusy-waiting

Read More
Are mutations through an unmodified atomic reference visible?...


javamultithreadingconcurrencyjava.util.concurrentjava-memory-model

Read More
Happens-before mechanism in Java...


javamultithreadingvolatilejava-memory-model

Read More
Why non-volatile approach works?...


javamultithreadingvolatilejava-memory-model

Read More
Memory visibility semantics of two related volatile variables...


javamemoryvolatilejlsjava-memory-model

Read More
BackNext