|
| | White Paper: "The Java HotSpot Virtual Machine," from Sun Developer Network. Discusses runtime, garbage collection, the client VM, server VM optimizations, the VM architecture, the memory model, handleless objects, two-word object headers, reflective data represented as objects, native thread support, generational copying collection, the mark-compact "old object" collector, the incremental "pauseless" garbage collector, ultra-fast thread synchronization, compilers, hot spot detection, dynamic deoptimization, the client compiler, the server compiler, and the impact on software reusability. | http://java.sun.com/products/hotspot/docs/whitepaper/Java_HotSpot_WP_Final_4_30_01.html
|
|
| | Article: "Tuning Java Virtual Machines (VMS)," from BEA Weblogic. Discusses JVM tuning considerations, selecting a JVM, JVM heap size and garbage collection, specifying heap size values, automatically logging low memory conditions, manually requesting garbage collection, and setting Java HotSpot VM options. | http://edocs.bea.com/wls/docs81/perform/JVMTuning.html
|
|
| | Article: "Garbage Collection in the Java HotSpot Virtual Machine," by Tony Printezis. Discusses generational garbage collection, the young generation, fast allocation, garbage collectors: the serial collector, the parallel collector, and the mostly-concurrent collector. | http://www.devx.com/Java/Article/21977/
|
| |
|
| | Sun Developers Network Java HotSpot Technology. Learn about the engine architecture, thread implementation, memory management, class data sharing, and ergonomics. Documentation is available on the Java VM specification, Java Native Inheritance (JNI) specification, HotSpot VM Command Line options, and a Java trouble-shooting and diagnostic guide. Links are provided to FAQs and forums for additional assistance. | http://java.sun.com/products/hotspot/
|
| |
| |
|
|
| |
 |
|