b0a88534e5 | ||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
README.md
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
- View Bytecode of a Class File in Java
- boolean and boolean[] Memory Layout in the JVM