Search code examples
Is it possible to reproduce non-compositional queues example in Java?...


javamultithreadingcompositionjava-memory-modeljls

Read More
Visibility of a read after synchronized block...


javajava-memory-model

Read More
Happens before and program order in Java Memory Model...


javamultithreadingconcurrencyjava-memory-model

Read More
Must all properties of an immutable object be final?...


javaimmutabilityfinaljava-memory-model

Read More
Is JVM working memory the same as CPU cache...


javajvmspecificationsjava-memory-model

Read More
Volatile reference to mutable object - will updates to the object's fields be visible to all thr...


javamultithreadingvolatilejava-memory-model

Read More
What is a TLAB (Thread Local Allocation Buffer)?...


javagarbage-collectionjava-memory-model

Read More
How can a store to a variable be reordered after a load of that variable, given single-threaded seri...


javamemory-barriersjava-memory-model

Read More
Why release fences added to Scala collections in 2.13 are enough in absence of matching acquire fenc...


scala-collectionsmemory-barriersjava-memory-model

Read More
volatile with release/acquire semantics...


c#javavolatilememory-modeljava-memory-model

Read More
Instruction reordering & happens-before relationship...


javamultithreadingconcurrencyjava-memory-model

Read More
Synchronized and the scope of visibility...


javaconcurrencysynchronizedjava-memory-model

Read More
What does it mean when we say that a particular data structure is cache friendly?...


javacachingmemorydata-structuresjava-memory-model

Read More
Do EARs deployed on one instace of WAS share the same heap space...


websphereheap-memoryshared-memoryjava-memory-model

Read More
Does the java memory model prevent interleaving writes from different threads between volatile varia...


javamultithreadingschedulingvolatilejava-memory-model

Read More
why allocation phase can be increased if we override finalize method?...


javagarbage-collectionjava-memory-modelfinalizefinalization

Read More
Using volatile collections and arrays in Java...


javacollectionsconcurrencyvolatilejava-memory-model

Read More
Reordering External Operations in Java Memory Model...


javaconcurrencymemory-modeljava-memory-model

Read More
Java Memory Model - Surprising Behaviors...


javajava-memory-model

Read More
Can I replace multiple volatile reads with one given all of them are executed within ReentrantLock.l...


javamultithreadingconcurrencyvolatilejava-memory-model

Read More
Scala and JMM: number types performance...


scalajava-memory-model

Read More
Java immutable classes vs. volatile references...


javafinaljava-memory-modelhappens-before

Read More
Why is synchronization order defined as total order over all of the synchronization actions?...


javajava-memory-model

Read More
Thread-safety of NIO2 CompletionHandler...


javajava-memory-modelnio2

Read More
Java final fields: is "taint" behavior possible with the current JLS...


javamultithreadingfinaljava-memory-modeljls

Read More
Use volatile field to publish an object safely...


javaconcurrencyvolatilejava-memory-modelsafe-publication

Read More
final vs volatile guaranntee w.rt to safe publication of objects...


javajava-memory-model

Read More
Understanding Java memory model during context switches...


javamultithreadingjava-memory-model

Read More
Java memory model and local variable...


javajava-memory-model

Read More
Can a thread first acquire an object via safe publication and then publish it unsafely?...


javamultithreadingjava-memory-modeljlssafe-publication

Read More
BackNext