Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.15 KB

File metadata and controls

22 lines (18 loc) · 1.15 KB

#JVM Internals This article explains the internal architecture of the Java Virtual Machine (JVM). The following diagram show the key internal components of a typical JVM that conforms to The Java Virtual Machine Specification Java SE 7 Edition.

##Contents

  1. JVM memory structure
  2. Java garbage collection
  3. Java

![image](https://github.com/codlife/JVMInternals/blob/master/Pictures/JVM_Internal_Architecture.png)

##JVM memory You can see this part here ##GC

##Java