Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in java-memory-model
volatile with release/acquire semantics
Oct 16, 2022
c#
java
volatile
memory-model
java-memory-model
Happens-before rules in Java Memory Model
Sep 25, 2019
java
multithreading
concurrency
java-memory-model
happens-before
Does Collection.parallelStream() imply a happens-before relationship?
Nov 03, 2022
java
java-stream
java-memory-model
Command pattern to pass application's activity methods?
Oct 27, 2022
android
memory-leaks
android-activity
command-pattern
java-memory-model
Does the synchronized construct in Java use internally (and somehow) the hardware primitive CAS operation?
Feb 15, 2022
java
scala
concurrency
synchronization
java-memory-model
StoreLoad Memory Barrier
May 05, 2020
java
multithreading
concurrency
cpu-architecture
java-memory-model
Are assignments to non-volatile member variables in one thread guaranteed to be seen in another thread?
May 16, 2018
java
multithreading
java-memory-model
JMM guarantees about final as field and non final reference to the object
Jan 01, 2021
java
concurrency
visibility
final
java-memory-model
how to understand volatile example in Java Language Specification?
May 08, 2022
java
jvm
language-lawyer
java-memory-model
How to write a simple thread-safe class using a volatile variable?
Oct 19, 2022
java
multithreading
concurrency
java-memory-model
What is the memory visibility of variables accessed in static singletons in Java?
Nov 13, 2021
java
java-memory-model
Multithreaded Java Program for Conway's game of life - contention at the border cells
Oct 11, 2019
java
multithreading
synchronization
conways-game-of-life
java-memory-model
Java Memory Model: a JLS statement about sequential consistency seems incorrect
Sep 21, 2022
java
java-memory-model
jls
volatile + immutable holder object = thread safe?
Aug 25, 2022
java
thread-safety
immutability
volatile
java-memory-model
Java LockSupport Memory Consistency
Mar 29, 2022
java
api
concurrency
memory-barriers
java-memory-model
String pool is created in PermGen area or Object area of Heap
Sep 25, 2022
java
string
jvm
java-memory-model
How can an immutable object, with non-final fields, be thread unsafe?
Oct 21, 2022
java
multithreading
concurrency
java-memory-model
Does object construction guarantee in practice that all threads see non-final fields initialized?
May 29, 2022
java
multithreading
jvm
java-memory-model
Java Memory Model happens-before guarantees for Thread Pool interactions
Nov 17, 2022
java
java.util.concurrent
java-memory-model
Java memory model synchronization: how to induce data visibility bug?
Jan 02, 2020
java
concurrency
synchronization
java-memory-model
« Newer Entries
Older Entries »