SpiceQA
Questions
Tags
Users
Badges
happens-before
12 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
How are the final multi-threading guarantees and the memory model related in Java?
user_19661861
0
•
asked Jul 31, 2022
7
1
140
java-memory-model
happens-before
jls
final
java
Does Java allow a volatile read to be optimized away if the value isn't needed, also removing the happens-before synchronization?
user_3882565
0
•
asked Jul 22, 2022
15
2
316
java-memory-model
happens-before
volatile
multithreading
java
Can release+acquire break happens-before?
Admin
1
•
asked Nov 1, 2021
3
4
352
java-memory-model
happens-before
memory-model
c++
java
'Happens before' on Scala constructors: final fields
user_1544278
0
•
asked Aug 29, 2021
2
1
114
java-memory-model
happens-before
final
scala
On-the-fly comparator that works correctly with ConcurrentSkipListSet
user_9398584
0
•
asked Dec 27, 2020
3
1
106
concurrentskiplistmap
happens-before
concurrency
multithreading
java
Java happens-before relationship invokeAndWait
user_3882565
0
•
asked Oct 23, 2020
4
1
142
invokeandwait
happens-before
runnable
multithreading
java
Volatile Java reordering
user_11131141
0
•
asked Jul 29, 2020
2
2
69
happens-before
volatile
concurrency
java
Kotlin coroutines "happens-before" guarantees?
user_2463035
0
•
asked Oct 23, 2019
15
2
801
happens-before
kotlin-coroutines
kotlin
concurrency
Relationship between happens-before rules and initialization safety rule
user_2408447
0
•
asked Oct 5, 2019
3
1
100
happens-before
final
java
How to establish a happens-before relationship between a request handling thread and a SocketChannel selector thread?
user_5191913
0
•
asked Oct 7, 2017
5
2
213
happens-before
nio
sockets
multithreading
java
1
(current)
2
Next
Next
Hot Questions