0.大神 Doug Lea 论文和介绍
The java.util.concurrent Synchronizer Framewor->http://gee.cs.oswego.edu/dl/papers/aqs.pdf
https://scholar.google.com/citations?user=7yk1kw4AAAAJ&hl=en
00. Journal
ACM: https://dl.acm.org/journals
1. JAVA 锁事 美团
https://tech.meituan.com/2018/11/15/java-lock.html
2.JAVA 内存模型和GC
https://www.jianshu.com/p/76959115d486
3.Spring 容器 refresh过程
https://fangjian0423.github.io/2017/05/10/springboot-context-refresh/
4.Spring aop ASPECTJ
https://docs.spring.io/spring/docs/4.0.x/spring-framework-reference/html/aop.html
https://www.jianshu.com/p/cd1e8537c035
5. ASM 字节码
https://www.infoq.cn/article/Living-Matrix-Bytecode-Manipulation
6.动态代理实现 jdk dynamic cglib
https://www.cnblogs.com/xxj-bigshow/p/9542128.html
https://docs.oracle.com/javase/8/docs/technotes/guides/reflection/proxy.html
7. Insider JVM
https://www.artima.com/insidejvm/ed2/index.html
8.Spring offcia site
9. ConcurrentHashmap 介绍
https://www.jianshu.com/p/749d1b8db066
10. ReentrantLock and aqs framework
https://www.infoq.cn/article/Ew5WM2NOqbcfquQajvFw
11. ForkJoin framework
https://www.jianshu.com/p/f777abb7b251
12. Springboot run的流程
https://www.jianshu.com/p/c2789f1548ab