mirror of
https://github.com/youthlql/JavaYouth.git
synced 2026-06-15 20:07:04 +00:00
JVM第八,九章
This commit is contained in:
535
docs/Java/JVM/JVM系列-第8章-执行引擎.md
Normal file
535
docs/Java/JVM/JVM系列-第8章-执行引擎.md
Normal file
File diff suppressed because it is too large
Load Diff
1262
docs/Java/JVM/JVM系列-第9章-StringTable(字符串常量池).md
Normal file
1262
docs/Java/JVM/JVM系列-第9章-StringTable(字符串常量池).md
Normal file
File diff suppressed because it is too large
Load Diff
@@ -692,7 +692,7 @@ public class VolatileExample {
|
||||
|
||||
- 在每个volatile写操作的后面插入一个StoreLoad屏障。
|
||||
|
||||
- 在每个volatile读操作的后面插入一个LoadLoad屏障。
|
||||
- 在每个volatile读操作的前面插入一个LoadLoad屏障。
|
||||
|
||||
- 在每个volatile读操作的后面插入一个LoadStore屏障。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user