深入浅出Java多线程
Ctrlk
  • Introduction
  • RedSpider社区简介
  • 本书作者介绍
  • 本书简介
  • 第一篇:基础篇
  • 第二篇:原理篇
    • 6 Java内存模型基础知识
    • 7 重排序与happens-before
    • 8 volatitle
    • 9 synchronized与锁
    • 10 CAS与原子操作
    • 11 AQS
  • 第三篇:JDK工具篇
Powered by GitBook
On this page

Was this helpful?

第二篇:原理篇

6 Java内存模型基础知识7 重排序与happens-before8 volatitle9 synchronized与锁10 CAS与原子操作11 AQS
Previous5 Java线程间的通信Next6 Java内存模型基础知识

Last updated 6 years ago

Was this helpful?