JVM
Internals
Bytecode Instructions Bytecode Specification
JVM & Concurrency
Cheatsheet: Concurrency & Parallel Programming
dennyzhang/cheatsheet.dennyzhang.com
Refs
Chapter 2. The Structure of the Java Virtual Machine
https://www.youtube.com/watch?v=R6pl91IRVaI
Resources
For testing
General info and example
GitHub - code-review-checklists/java-concurrency: Checklist for code reviews
Java Threads 2nd edition: ATM locking example does not synchronize. WHY?
Актуальна ли книга "Java Concurrency in Practice" во времена Java 8 и 11?
Java Concurrent Collections Cheat Sheet
https://sites.cs.ucsb.edu/~cappello/190B/resources/rc061-010d-java_concurrency_0.pdf
Core Java Concurrency - DZone Refcardz
Java Performance Optimization - DZone Refcardz
Children