I want to learn more about garbage collection tuning, common bottlenecks, how to use threads properly, the underlying implementation of the JVM and how it affects performance. I write mostly Clojure and some Java, trying to increase throughput of APIs. Looking for a more systematic learning method than trial and error through endless load tests.
Ask HN: Best book to learn about the JVM?
1–4 of 4 posts
Re: Ask HN: Best book to learn about the JVM?
#2Re: Ask HN: Best book to learn about the JVM?
#3https://www.youtube.com/watch?v=we_enrM7TSY
this is one of the best talks on jvm and gc
Re: Ask HN: Best book to learn about the JVM?
#4"Inside the Java Virtual Machine" old but good book about JVM impl by Bill Veneers with some chapters online: