The JVM Runtime area , in fact, refers to the division and allocation of the computer's memory space by the JVM during its run. This article discusses the JVM runtime data area by following several topics.
- Topic 1. JVM run-time data area What's in it?
- topic 2. virtual machine stack what is it? virtual machine stack What's in it?
- Topic 3. stack frame What is it? stack frame What's in it?
- topic 4. method area what is it? method area What's in it?
what is in the Topic 1.JVM runtime data area?
Topic 2. What is a virtual machine stack? What's in the virtual machine stack?
Topic 3. What is stack frame? What's in the stack frame?
Topic 4. What is the method area? What's in the method area?
Author's words
This article is one of the "schematic diagrams of Java Virtual machines" series, and if you are interested, please follow other articles in this series ~
Think this article is good, handy point a praise Oh ~ ~ Your encouragement, is I continue to share the powerful power of knowledge!
--------------------------------------------------------------------------------------------------------------- --------------------------
This article originates from http://blog.csdn.net/luanlouis/, if need reprint, please indicate source, thank you!
Schematic diagram of the Java Virtual machine----JVM Runtime data area