当前位置:网站首页>2: Chapter 1: understanding JVM specification 1: introduction to JVM;
2: Chapter 1: understanding JVM specification 1: introduction to JVM;
2022-07-05 23:11:00 【Small withered forest】
explain :
(1)JVM brief introduction , know JVM;
Catalog
3. Virtual machine is “Java Platform independence ” The protection of ;
1.JVM summary ;
(1) Virtual machine can be regarded as a computer system , But it is simulated by software ;
(2) On a real physical machine , Mainly from CPU Execute instruction set ;;; stay JVM in , Simulate instruction set through software ;
……………………………………………………
(1) The right part : We wrote java Source code (.java file ), And then through java compiler ( Such as javac Wait for the order , Or by IDEA Tools such as ) Compile it into java Bytecode (.class file );
● This process is the development process ;
(2) The left part : When we compile into .class After the document , This Java Platform runtime environment ( namely JVM) Through the class loader (Class Loader), Put the bytecode file (.class file ) Load into the virtual machine ;
● natural , When loading , Will verify and authenticate bytecode files ( such as , Verify whether it conforms to the virtual machine specification 、 Whether the format is correct );
● When loading bytecode files , Also mount java Class library ( It refers to some basic things that must be provided by the virtual organism 、 Necessary support , such as : Basic data types 、if-else and for Treatment of circulation 、 Basic java Safe handling ,JNI With some hardware processing and so on );
(3) The middle part on the left : When we finish loading , The virtual machine will give these to Java Interpreter ;
● Java The interpreter will interpret the bytecode and execute ; It will also involve just in time compilers (JIT);
● The runtime is much more complex than shown in this figure ;;; The running environment must first allocate memory , And then execute .class Bytecode ( You will use the bytecode execution engine ), Garbage collection is also needed , Consider concurrent processing , Safety treatment ;
(4) Lower left : If you need to interact with hardware or operating system ( Such as through JNI Interact with the outside world ), The virtual machine will come out ; namely java Programs interact with virtual machines 、 Virtual machines interact with operating systems 、 Then interact with the hardware through the operating system ;
2.JVM The main function ;
3. Virtual machine is “Java Platform independence ” The protection of ;
(1) stay Windows On the system 、Linux On different systems, such as the system ,Java Virtual machines are different ;
(2) The same program we developed , Compile it into .class After the document ;
● Throw it into Linux On the system , There is Linux Version of JVM To run ;;; Throw it into Windows On the system , There is Windows Version of JVM To run ;
● Look at it like this , Actually Java It's not really platform independent ; It's just that different virtual machines on different platforms have shielded us ;
边栏推荐
- Common JVM tools and optimization strategies
- 2:第一章:认识JVM规范1:JVM简介;
- How to quickly understand complex businesses and systematically think about problems?
- 【Note17】PECI(Platform Environment Control Interface)
- CJ mccullem autograph: to dear Portland
- Yiwen gets rid of the garbage collector
- Sum of two numbers, sum of three numbers (sort + double pointer)
- Leetcode sword finger offer brush questions - day 21
- Three.JS VR看房
- 使用rewrite规则实现将所有到a域名的访问rewrite到b域名
猜你喜欢
查看网页最后修改时间方法以及原理简介
2022 G3 boiler water treatment simulation examination and G3 boiler water treatment simulation examination question bank
Use of metadata in golang grpc
Week 17 homework
audiopolicy
LabVIEW打开PNG 图像正常而 Photoshop打开得到全黑的图像
Paddy serving v0.9.0 heavy release multi machine multi card distributed reasoning framework
SPSS analysis of employment problems of college graduates
Element positioning of Web Automation
两数之和、三数之和(排序+双指针)
随机推荐
openresty ngx_ Lua request response
【原创】程序员团队管理的核心是什么?
Arduino measures AC current
LeetCode102. Sequence traversal of binary tree (output by layer and unified output)
(4)UART应用设计及仿真验证2 —— TX模块设计(无状态机)
二叉树递归套路总结
Getting started stm32--gpio (running lantern) (nanny level)
The method and principle of viewing the last modification time of the web page
Element positioning of Web Automation
regular expression
东南亚电商指南,卖家如何布局东南亚市场?
终于搞懂什么是动态规划的
数据库基础知识(面试)
Krypton Factor purple book chapter 7 violent solution
audiopolicy
数学公式截图识别神器Mathpix无限使用教程
一文搞定class的微觀結構和指令
Matlab smooth curve connection scatter diagram
What is the process of building a website
Shell: operator