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
Java Memory Model: volatiles and reads/writes reordering
Mar 16, 2023
java
concurrency
java-memory-model
Sequential consistency volatile explanation
Jan 31, 2023
java
multithreading
concurrency
volatile
java-memory-model
Why no volatile?
Jan 05, 2023
java
multithreading
volatile
static-variables
java-memory-model
Java - Happens before - volatile
Dec 28, 2022
java
multithreading
java-memory-model
happens-before
Partial constructed objects in the Java Memory Model
Dec 26, 2022
java
concurrency
final
java-memory-model
Understanding intra-thread semantics
Dec 14, 2022
java
multithreading
java-memory-model
Memory allocation in Java - Android
Nov 15, 2022
java
android
garbage-collection
java-memory-model
compareAndSet memory effects of unsuccessful operations
Nov 12, 2022
java
concurrency
java-memory-model
compare-and-swap
Java 7 Memory Model same as JSR-133?
Nov 07, 2022
java
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
CompletableFuture, mutable objects and memory visibility
Sep 07, 2022
java
java-8
java.util.concurrent
java-memory-model
completable-future
Older Entries »