收集整理下JDK自带的关于 Troubleshooting 的文档
Java 2 Platform, Standard Edition 5.0
Troubleshooting and Diagnostic Guide
http://www.oracle.com/technetwork/java/jdk50-ts-guide-149808.pdf
Troubleshooting Guide for JavaSE 6 with HotSpot VM
http://www.oracle.com/technetwork/java/javase/tsg-vm-149989.pdf
IBM Developer Kit and Runtime Environment, Java Technology Edition, Version 6
http://www-03.ibm.com/systems/resources/systems_i_advantages_perfmgmt_diag60.pdf
jvm_internals
http://www.systemdatarecorder.org/training/jvm_internals.pdf
JDK Troubleshooting Guide
http://docs.oracle.com/javase/7/docs/webnotes/tsg/
memorymanagement-whitepaper
http://www.oracle.com/technetwork/java/javase/memorymanagement-whitepaper-150215.pdf
Java SE 6 Performance White Paper
http://www.oracle.com/technetwork/java/6-performance-137236.html
Java Tuning White Paper
http://www.oracle.com/technetwork/java/tuning-139912.html
J2SE 5.0 Performance White Paper
http://www.oracle.com/technetwork/java/5-136747.html
The Java HotSpot Performance Engine Architecture
http://www.oracle.com/technetwork/java/whitepaper-135217.html
Tuning Garbage Collection with the 5.0 Java[tm] Virtual Machine
http://www.oracle.com/technetwork/java/gc-tuning-5-138395.html
Java SE 6 HotSpot[tm] Virtual Machine Garbage Collection Tuning
http://www.oracle.com/technetwork/java/javase/gc-tuning-6-140523.html
Java SE HotSpot at a Glance
http://www.oracle.com/technetwork/java/javase/tech/hotspot-138757.html
Garbage Collection (GC) Tuning Guide
https://confluence.atlassian.com/display/ATLAS/Garbage+Collection+(GC)+Tuning+Guide
Garbage Collection in the Java HotSpot Virtual Machine
http://www.devx.com/Java/Article/21977
调整 Java 虚拟机
Our Collectors
https://blogs.oracle.com/jonthecollector/entry/our_collectors
转自: