JVM Tutorials - Herong's Tutorial Examples - v5.12, by Dr. Herong Yang
JRockit JVM 28.2.7 by Oracle Corporation
This chapter provides tutorial notes and example codes on JRockit JVM. Topics include downloading and installing JRockit R28.2.7; running Java programs on JRockit JVM; memory footprint of JRockit JVM; JRockit Mission Control tools; JRockit Management Console for JRockit and HotSpot JVMs.
Downloading and Installing JRockit R28.2.7
Running Java Programs on JRockit R28.2.7
Memory Footprint of JRockit R28.2.7
What Is JRockit Mission Control?
Running JRockit Mission Control
Takeaways:
Table of Contents
JVM (Java Virtual Machine) Specification
Java HotSpot VM - JVM by Oracle/Sun
java.lang.Runtime Class - The JVM Instance
java.lang.System Class - The Operating System
ClassLoader Class - Class Loaders
Class Class - Class Reflections
JVM Stack, Frame and Stack Overflow
Thread Testing Program and Result
CPU Impact of Multi-Thread Applications
I/O Impact of Multi-Thread Applications
Micro Benchmark Runner and JVM Options
Micro Benchmark Tests on "int" Operations
Micro Benchmark Tests on "long" Operations
Micro Benchmark Tests in JIT Compilation Mode
Micro Benchmark Tests on "float" and "double" Operations