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
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
What is difference between getXXXVolatile vs getXXX in java unsafe?
Mar 18, 2022
java
volatile
bytebuffer
unsafe
java-memory-model
Understanding why is it unsafe to start a thread inside a constructor in terms of the Java memory model [duplicate]
Oct 18, 2022
java
multithreading
java-memory-model
Happens-Before relation in Java Memory Model
Jan 03, 2018
java
jvm
jvm-hotspot
java-memory-model
happens-before
Does Java guarantee that currently synchronized objects are not garbage collected?
Oct 01, 2022
java
garbage-collection
java-memory-model
When instantiating a Java object, is an object of the parent class created automatically?
Oct 26, 2022
java
java-memory-model
Can a non-thread-safe value be safely ported across thread boundaries using fork/join?
Aug 26, 2022
java
parallel-processing
java-stream
fork-join
java-memory-model
Is Thread.yield guaranteed to flush reads/writes to memory?
Oct 03, 2022
java
multithreading
caching
java-memory-model
« Newer Entries
Older Entries »