GC 관련
HotSpot Virtual Machine Garbage Collection Tuning Guide
One strength of the Java SE platform is that it shields the developer from the complexity of memory allocation and garbage collection.
docs.oracle.com
JVM specification
The Java® Virtual Machine Specification
Tim Lindholm Frank Yellin Gilad Bracha Alex Buckley Daniel Smith
docs.oracle.com
Java concurrency 정리 잘된 블로그
https://jenkov.com/tutorials/java-concurrency/locks.html
'Java > Java 파헤치기' 카테고리의 다른 글
Java 한글 인코딩 안될때 jdk 버전 확인해야함. (1) | 2022.05.06 |
---|---|
Spring MSA 를 간단하게 구현해보자 (+ 최신 release, 모니터링, heapdump) (0) | 2022.05.05 |
JavaThread 에 대해 깊게 이해해보자 (feat. Openjdk 커널 분석) (2) | 2022.04.30 |
JIT compiler (0) | 2022.04.10 |