Menu
NEWBEDEV
Python
Javascript
Linux
Cheat sheet
NEWBEDEV
Python 1
Javascript
Linux
Cheat sheet
Contact
New posts in Java Memory Model
Can a thread first acquire an object via safe publication and then publish it unsafely?
Apr 17, 2021
Java final fields: is "taint" behavior possible with the current JLS
Apr 17, 2021
Java Memory Model: a JLS statement about sequential consistency seems incorrect
Apr 17, 2021
how to understand volatile example in Java Language Specification?
Apr 17, 2021
Does object construction guarantee in practice that all threads see non-final fields initialized?
Apr 17, 2021
Java memory model - volatile and x86
Apr 17, 2021
Java Memory Model happens-before guarantees for Thread Pool interactions
Apr 17, 2021
Happens before and program order in Java Memory Model
Apr 17, 2021
Double-checked locking without volatile
Apr 17, 2021
Could the JIT collapse two volatile reads as one in certain expressions?
Apr 17, 2021
Older Entries »