Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-visibility

Is volatile needed?

Uninitialized object leaked to another thread despite no code explicitly leaking it?

jvm reordering/visibility effect test

Atomic operation propagation/visibility (atomic load vs atomic RMW load)

Visibility Guarantee

Does atomic variables guarantee memory visibility?

Is unsynchronized read of integer threadsafe in java?

in what architectures/OS other thread can see default nonfinal field values after constructor call?

Java ConcurrentHashMap.computeIfPresent value modification visibility

Volatile variables and other variables

Are static variables shared between threads?

Why does this Java program terminate despite that apparently it shouldn't (and didn't)?