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.
he components shown on this diagram are each explained below in two sections. First section covers the components that are created for each thread the second section covers the components that are created independently of threads.
↧