Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-memory-model

volatile + immutable holder object = thread safe?

Java LockSupport Memory Consistency

String pool is created in PermGen area or Object area of Heap

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

Does object construction guarantee in practice that all threads see non-final fields initialized?

Java Memory Model happens-before guarantees for Thread Pool interactions

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

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

oom-killer kills java application in Docker - mismatch of memory usage reported

Value integrity guarantee for concurrent long writes in 64-bit OpenJDK 7/8

Are objects prefetched from an array of references in Java?

What actually memory overhead is in java?

Do I have reordering issue and is it due to reference escape?

Java - Immutable array thread-safety

Understanding happens-before and synchronization [duplicate]

Java Memory Model: Mixing unsynchronized and synchronized

Java: what is the correct way to guarantee a non-final reference field will never be read as null?

java java-memory-model

Is setting a HashMap thread safe?

What is the scope of memory flushed or published to various threads when using volatile and synchronized?

Happens before and program order in Java Memory Model