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
Why is volatile variable much more efficient than plain synchronization
Nov 03, 2022
java
multithreading
concurrency
volatile
java-memory-model
Happens-before guarantee of Executor.submit()
Jul 14, 2018
java
java-memory-model
happens-before
Where JVM keeps information about reference and object types
Sep 21, 2022
java
jvm
java-memory-model
Java Memory Model and reordering operation
Aug 11, 2022
java
memory-barriers
java-memory-model
About reordering: Why this code throws RuntimeException despite using the volatile?
Jul 16, 2022
java
multithreading
java-memory-model
Does synchronized guarantee a thread will see the latest value of a non-volatile variable being modified by another thread?
Oct 07, 2022
java
multithreading
concurrency
real-time
java-memory-model
How to understand JDK9 memory model?
Sep 20, 2022
java
multithreading
volatile
java-9
java-memory-model
How to find out where exact young/old gen is located in memory?
Sep 30, 2022
java
jvm
jmx
java-memory-model
Implement Acquire/Release model by using volatile in java8
Sep 11, 2022
java
java-8
volatile
jit
java-memory-model
Is it guaranteed that volatile field would be properly initialized
Jul 05, 2022
java
volatile
java.util.concurrent
java-memory-model
Lazy initialization / memoization without volatile
May 31, 2022
java
memoization
lazy-initialization
java-memory-model
Understanding Java memory model during context switches
Aug 30, 2022
java
multithreading
java-memory-model
What are the 'synchronized barriers'?
Jul 05, 2022
java
jvm
synchronized
memory-barriers
java-memory-model
Happens-before and reordering of volatile
Feb 25, 2022
java
multithreading
java-memory-model
jls
Can an Atomic compare and exchange overwrite a lazy write without seeing it?
May 28, 2019
java
concurrency
jls
java-memory-model
How to understand JSR-133 Happens-Before is too Weak Figure6/7
Nov 22, 2020
java
java-memory-model
Thread-safety of NIO2 CompletionHandler
Jul 05, 2022
java
java-memory-model
nio2
Thread-safe but fast access to an "eventually final" variable?
Apr 22, 2022
java
synchronization
java-memory-model
Java multi-threaded program using join() gives wrong results in calculating sum of adjacent numbers
Mar 17, 2022
java
multithreading
concurrency
java-threads
java-memory-model
CompletableFuture, mutable objects and memory visibility
Sep 07, 2022
java
java-8
java.util.concurrent
java-memory-model
completable-future
« Newer Entries
Older Entries »