Skip to content

There are some deep resources about java virtual machine.

Notifications You must be signed in to change notification settings

codlife/JVMInternals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

There are some deep resources about java virtual machine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages