JVM Tutorials - Herong's Tutorial Examples - Version 5.10, by Dr. Herong Yang
About This Book
This section provides some detailed information about this book - JVM Tutorials - Herong's Tutorial Examples.
Website: http://www.herongyang.com/JVM - Provides latest updates and reviews.
Title: JVM Tutorials - Herong's Tutorial Examples
Author: Dr. Herong Yang
Category: Programming
Version/Edition: Version 5.10, 2018
Number of pages in PDF format: 268
Description: This book is a collection of notes and sample codes written by the author while he was learning JVM himself. Topics include JVM (Java Virtual Machine), HotSpot, Class Loader, Reflection, Heap, Stacks, GC (Garbage Collection), CDS (Class Data Sharing), Multi-Thread, Micro Benchmark.
Keywords: JVM, Java, Virtual Machine, HotSpot, JDK, JRE.
Viewing statistics:
The Web version of this book has been viewed a total of:
Revision history:
Copyright:
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