当前位置:网站首页>1. Introduction to JVM
1. Introduction to JVM
2022-07-06 17:14:00 【Smart popcorn】
1. learn JVM What is the purpose ?
Everyone should learn with purpose Rather than say He let me learn, I will learn
that Why did he let you learn ?
Well, no selling
Study JVM It can make us clear in Java Program execution process The method attribute Classes have a clearer understanding And it is also good for learning concurrency If we talk about actual combat That must be JVM Parameter tuning
Now You will no longer be a beginner Gradually move towards the big guy
When you are old , Looking back on life , Will find out : When to study abroad 、 When to decide on your first career 、 When you choose an object and fall in love 、 When to get married , In fact, it's all a big change of fate . Just standing at a fork in the road , See the wind and clouds and thousands of masts , The day you made your choice , In the diary , Quite dull and ordinary , I thought it was an ordinary day in my life .
For us learn JVM Just an ordinary day But it will lay a foundation for us in the future
2. Brief introduction JVM
Cross platform and cross language
jvm It is a cross language platform Now it supports multiple languages in jvm Up operation
let me put it another way java Platform language and jvm It's a cross language platform
simply our java Source file after javac command Translate it into .class file It is not implemented immediately But through jvm Translate it into machine language Finally implemented It's just that we can't perceive all this
virtual machine
Virtual machines are simply divided into two types System virtual machine and program virtual machine
The former can install an entire operating system Such as windows and linux The latter is designed for a single program The typical representative is jvm
It is necessary to draw a picture here to let you understand jvm Where it is
Be careful jvm It does not interact directly with the hardware It runs on the operating system
3. JVM framework
The overall architecture
The overall structure is as follows Let's make an impression first You need to be able to draw later
Architectural model
Java There are two main types of compiler instruction flow One is stack based One is register based
What's the difference between the two ?
Stack based architecture It's relatively easy to implement And does not need to rely on hardware That is to say, it can be used across platforms
Based on register architecture Depending on the hardware Poor portability
In order not to be limited by hardware , For greater cross platform , therefore java The compiler implementation adopts the stack architecture .
4. JVM Life cycle
JVM The boot class loader creates an initial class to complete the startup of , according to JVM Different implementations of , The definition of this class is different .
When running a java When it comes to programming , One JVM The process is really started , Program end ,JVM And then quit .
There are five situations that can cause JVM sign out , If you ask , Simply answer twoorthree kinds , Answer it all , There are some rolls , The interviewer may not be so clear .
- The program ends normally ,JVM sign out
- An exception causes the program to exit ,JVM And then quit
- Operating system errors cause JVM sign out
- call Runtime.hale() or System.exit() Lead to JVM sign out
- use JNI Invocation API uninstall JVM(C Language call )
5. JVM Historical development
1. The original virtual machine sun classic
This is the oldest virtual machine ,1996 year Sun The first commercial product developed by the company Java virtual machine , It realizes the combination of interpreter and compiler , Explain that it runs fast , High compilation efficiency , Combined use is better .
2. Absolute overlord HotSpot
Occupy absolute market position ,jdk1.3 in the future , Become openJdk and OracleJdk All by default JVM, It is worth mentioning that his hot code detection technology , Find the most valuable code through the counter and cache it , Increase of efficiency .
3. The second overlord JRocket
BEA The company developed the fastest JVM, This may be achieved on their own products , Focus on the server , All the code is compiled and executed by the compiler , Understanding can .
ps: The company was later Oracle Acquisition , stay HotSpot Graft on JRocket Excellent characteristics of .
4. The third overlord J9
IBM Developed by the company , Market position and HotSpot near .
5. Future overlord Grral VM
Really cross language stack JVM, Can be used on any platform , Future period , If one day you want to replace HotSpot, Then it must be the next successor .
边栏推荐
- Idea breakpoint debugging skills, multiple dynamic diagram package teaching package meeting.
- 在 vi 编辑器中的命令模式下,删除当前光标处的字符使用 __ 命 令。
- Interpretation of Flink source code (III): Interpretation of executiongraph source code
- 肖申克的救赎有感
- Shell_ 01_ data processing
- Resume of a microservice architecture teacher with 10 years of work experience
- Shawshank's sense of redemption
- Activiti目录(一)重点介绍
- mysql 基本增删改查SQL语句
- SQL调优小记
猜你喜欢
随机推荐
吴军三部曲见识(五) 拒绝伪工作者
DS18B20数字温度计系统设计
Learn the wisdom of investment Masters
算数运算指令
肖申克的救赎有感
Logical operation instruction
MySQL optimization notes
Only learning C can live up to expectations top5 S1E8 | S1E9: characters and strings & arithmetic operators
Mongodb在node中的使用
MySQL string function
Some instructions on whether to call destructor when QT window closes and application stops
8086 内存
Interpretation of Flink source code (III): Interpretation of executiongraph source code
Shell_ 03_ environment variable
Typescript basic operations
[graduation project] QT from introduction to practice: realize imitation of QQ communication, which is also the last blog post in school.
MySQL date function
MySQL字符串函数
Shell_ 05_ operator
Assembly language addressing mode