Search code examples
Java concurrency: is final field (initialized in constructor) thread-safe?...


javaconcurrencyjava-memory-model

Read More
How can CopyOnWriteArrayList be thread-safe?...


javadata-structuresconcurrencyjava-memory-model

Read More
Lazy graph structure caching and concurrency...


javaconcurrencyjvmjava-memory-model

Read More
Why is the write to non-volatile visible to the main-thread?...


javamultithreadingjava-memory-model

Read More
How does java IoC framework ensure thread safety?...


javaspringconcurrencyinversion-of-controljava-memory-model

Read More
Understanding intra-thread semantics...


javamultithreadingjava-memory-model

Read More
Garbage Collection on Island of Isolation...


javamultithreadinggarbage-collectionheap-memoryjava-memory-model

Read More
Why JMM produces (0, 0) even though it is considered a forbidden result...


javaconcurrencyjava-memory-model

Read More
How does the happen-before property relate to visibility and ordering?...


javajava-memory-model

Read More
What are the 'synchronized barriers'?...


javajvmsynchronizedmemory-barriersjava-memory-model

Read More
java - volatile semantics in ConcurrentHashMap...


javaconcurrencyvolatileconcurrenthashmapjava-memory-model

Read More
java - synchronization and volatile variable...


javaconcurrencysynchronizationvolatilejava-memory-model

Read More
When not to use volatile?...


multithreadingconcurrencyvolatilejava-memory-modelnon-volatile

Read More
Can object access be reordered with that object's final field access in Java?...


javafinaljava-memory-modelinstruction-reordering

Read More
JMM guarantees about final as field and non final reference to the object...


javaconcurrencyvisibilityfinaljava-memory-model

Read More
When you discard the reference to a SoftReference, will it's clearing still be put on the Refere...


javagarbage-collectionjava-memory-modelsoft-references

Read More
Memory effects of synchronized keyword in Java...


javamultithreadingjava-memory-model

Read More
Java memory model - volatile and x86...


javamultithreadingcpuvolatilejava-memory-model

Read More
How to delete variable from memory?...


javaarraysjava-memory-model

Read More
Java Instance Variable referred within local variable. Memory, thread safety and finalization...


javagarbage-collectionjava-threadsjava-memory-model

Read More
wait() and notify() JMM semantics...


javamultithreadingsynchronizedjava-memory-modelhappens-before

Read More
Java: Is volatile access necessary when threads set different cells of an array?...


javaarraysmultithreadingjava-memory-model

Read More
How is it that when I call a method 10000 times it throws out of memory error?...


javaalgorithmmemory-managementout-of-memoryjava-memory-model

Read More
Ensuring memory consistency after a stream's worker threads have completed...


javaconcurrencymemory-modeljava-memory-model

Read More
Please explain initialization safety as spelled out in Java memory model...


javamultithreadingsynchronizationthread-safetyjava-memory-model

Read More
Why doesn't the C++/Java memory model include condition variables...


javac++concurrencyjava-memory-modelmemory-model

Read More
Why DCL without volatile is valid for primitives?...


javamultithreadingconcurrencyvolatilejava-memory-model

Read More
Does Java guarantee that currently synchronized objects are not garbage collected?...


javagarbage-collectionjava-memory-model

Read More
Does JVM guarantee to cache not volatile variable?...


javamultithreadingjvmjava-memory-modelnon-volatile

Read More
In Java , what operations are involved in the final field assignment in the constructor?...


javamultithreadingx86jvmjava-memory-model

Read More
BackNext