当前位置:网站首页>JVM class loader (2)
JVM class loader (2)
2022-06-13 02:56:00 【summer_ forty-five】
JVM( Two )
ClassLoader
Here is the main record pair ClassLoader The understanding of the
A simple understanding of class loaders
ClassLoader The job of Dynamically Load the bytecode file of the class into memory , Make the program run normally .
Classification of class loaders
- Bootstrap ClassLoader: Start class loader
- Extension ClassLoader: Extend the classloader
- Application ClassLoader: system class loader
- Custom class loaders
Bootstrap ClassLoader
Concept :
The boot class loader is created by C++ Code implemented , Is the topmost loaded class , The main role Is load Java Core class library of . %JAVA_HOME%\lib Under the rt.jar、resources.jar、class etc. .
Extension ClassLoader and Application ClassLoader It's all by Bootstrap ClassLoader Loaded .
JVM tuning
adopt -Xbootclasspath Command to modify the loaded class
-Xbootclasspath: Completely replace the basic core of Java class Search path &#
边栏推荐
- mysql索引
- Vant框架中关于IndexBar索引栏的CDN单页面引用,无法正常展示
- Find the number of permutations
- Detailed explanation of data processing in machine learning (I) -- missing value processing (complete code attached)
- Radio design and implementation in IVI system
- Simple use of leaflet - offline map scheme
- Use of OpenCV 12 findcircuits and drawcircuits
- House raiding
- PK of dotnet architecture
- Stack: daily temperature
猜你喜欢
![[life science] DNA extraction of basic biological experiments](/img/84/c1968c2c08feab44b14a529420eea9.jpg)
[life science] DNA extraction of basic biological experiments

Detailed installation tutorial of MATLAB r2019 B-mode ultrasound (complete installation files are attached)

Logiciel professionnel de gestion de base de données: Valentina Studio Pro pour Mac
![[data and Analysis Visualization] data operation in D3 tutorial 3-d3](/img/c9/82385b125a8e47d900c320b5f4f3b2.jpg)
[data and Analysis Visualization] data operation in D3 tutorial 3-d3

Vs 2022 new features_ What's new in visual studio2022

Six special GPU products for domestic aircraft passed the appraisal and review

Introduction and download of common data sets for in-depth learning (with network disk link)

Vs Code modify default terminal_ Modify the default terminal opened by vs Code

Prometheus install and register services

Keil removes annoying st link update tips
随机推荐
Sword finger offer2: queue summary
Hash table: valid anagrams
String: number of substring palindromes
Multiple knapsack problem
【pytorch 記錄】pytorch的變量parameter、buffer。self.register_buffer()、self.register_parameter()
专业的数据库管理软件:Valentina Studio Pro for Mac
Kotlin memorandum
Vs 2022 new features_ What's new in visual studio2022
IOS development interview knowledge sorting - OC Foundation (II)
The weight of the input and textarea components of the applet is higher than that of the fixed Z-index
Prometheus node_exporter安装并注册为服务
Stack: daily temperature
Useful websites for writing papers and studying at ordinary times
[data analysis and visualization] key points of data drawing 10- construction of legend
【pytorch 记录】pytorch的变量parameter、buffer。self.register_buffer()、self.register_parameter()
Linked list: the entry node of the link in the linked list
Ijkplayer source code - setting options
Operating principle of JS core EventLoop
Hash tables: metaphrases
[common tools] pyautogui tutorial