Search code examples
Is the lockless lazy loading pattern used in Guava really thread-safe?...


javalazy-loadingguavajava-memory-model

Read More
JMM in synchronized and volatile...


javajava-memory-model

Read More
Are assignments to non-volatile member variables in one thread guaranteed to be seen in another thre...


javamultithreadingjava-memory-model

Read More
Java - Happens before - volatile...


javamultithreadingjava-memory-modelhappens-before

Read More
Behaviour of synchronized...


javasynchronizationjava-memory-model

Read More
Java LockSupport Memory Consistency...


javaconcurrencymemory-barriersjava-memory-model

Read More
When instantiating a Java object, is an object of the parent class created automatically?...


javajava-memory-model

Read More
data race example of SPECIAL POPL ISSUE The Java Memory Model confusion...


javajava-memory-model

Read More
What does "The default initialization of any object happens-before any other actions (other tha...


javajava-memory-model

Read More
Is this way of passing objects between threads safe under JMM?...


javaandroidmultithreadingjava-memory-model

Read More
if primitive data is part of object where it is stored in java memory?...


javajava-memory-model

Read More
What is the memory visibility of variables accessed in static singletons in Java?...


javajava-memory-model

Read More
Thread-safe but fast access to an "eventually final" variable?...


javasynchronizationjava-memory-model

Read More
Does happen-before in Java new memory model also apply to the member of a object which is declared a...


javaconcurrencyvolatilejava-memory-modelhappens-before

Read More
What is the scope of memory flushed or published to various threads when using volatile and synchron...


javasynchronizationmemory-modeljava-memory-model

Read More
What makes immutable objects to be published without safe publication techniques?...


javamultithreadingconcurrencyfinaljava-memory-model

Read More
Is Dalvik's memory model the same as Java's?...


javaandroiddalvikmemory-modeljava-memory-model

Read More
Maximum BackStack size in android...


androidback-stackjava-memory-model

Read More
How can an immutable object, with non-final fields, be thread unsafe?...


javamultithreadingconcurrencyjava-memory-model

Read More
How to test the backing array used in Java Sting?...


javaandroidstringarraysjava-memory-model

Read More
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException in my vector3 class...


java3dnullpointerexceptionpaintjava-memory-model

Read More
Volatile guarantees and out-of-order execution...


javavolatilejava-memory-model

Read More
Can the JVM optimize multiple reads from an array...


javajvmjava-memory-model

Read More
OutOfMemoryError: Java heap space when running jruby on rails console but not using all the memory d...


javaruby-on-railsjrubyrails-consolejava-memory-model

Read More
Why is this behavior allowed in the Java Memory Model?...


javaconcurrencycompiler-optimizationjava-memory-modelcausality

Read More
Command pattern to pass application's activity methods?...


androidmemory-leaksandroid-activitycommand-patternjava-memory-model

Read More
Is declaring two fields volatile sufficient?...


javajava-meconcurrencyvolatilejava-memory-model

Read More
Java happend-before in synchronized block...


javasynchronizationmonitorsynchronizedjava-memory-model

Read More
Java synchronized effect on Double-checked locking?...


javamultithreadingsynchronizedjava-memory-modeldouble-checked-locking

Read More
java - reordering inside synchronized block...


javaconcurrencyjava-memory-model

Read More
BackNext