1.0 KiB
1.0 KiB
Core Java JVM Cookbooks and Examples
This module contains articles about working with the Java Virtual Machine (JVM).
Relevant Articles:
- Method Inlining in the JVM
- JVM Log Forging
- Guide to Java Instrumentation
- Class Loaders in Java
- A Guide to System.exit()
- Guide to System.gc()
- Runtime.getRuntime().halt() vs System.exit() in Java
- Adding Shutdown Hooks for JVM Applications
- How to Get the Size of an Object in Java
- What Causes java.lang.OutOfMemoryError: unable to create new native thread