JVM
JVM learning (III) JVM memory model
Introduction This paper hopes to study the JVM memory model in another way of thinking, and hope to consider why it exists from the dimension of design principle? What’s the value? Solve what problem? Before learning the JVM memory model, first review the contents of the previous two chapters, point to the class loader mechanism and class loader. It is related to the contents of this chapter. JVM memory model and upstream and downstream JVM memory model The class loader reads the class file and puts it into the runtime…