当前位置:网站首页>JIT中的IR工具与JITWatch的下载,编译及使用
JIT中的IR工具与JITWatch的下载,编译及使用
2022-07-26 06:55:00 【Rock.Jiang】
IR
这里有两个工具: 一个是c1visualizer,我的版本是1.10,下载地址:Index of /c1visualizer 一个是IdealGraphVisualizer。openjdk中的IGV是没有版本号的,只有一个简单的1.0-SNAPSHOT这不算是版本号,真正的版本是根据当前所在的openjdk主线版本号存在的,所以我使用的openjdk主线版本是openjdk20,在openjdk源码中src/utils/目录中
简单易懂一些环境描述:
环境 版本 操作系统: macOS 12.4 c1可视化工具: c1visualizer 1.10 c2可视化工具: IdealGraphVisualizer,openjdk20源码版本下的IGV。因为这个版本的IGV支持jdk17环境运行。 当前jdk环境: OracleJdk17 当前debug版本jdk环境: openjdk17
java代码:
package com.test;
public class TestMemory extends BaseTest{
public static void main(Str边栏推荐
- Press in and pop-up sequence of "Niuke | daily question" stack
- 强网杯2021 pwn 赛题解析——baby_diary
- Differences and relations between varchar and nvarchar in database
- 2万字带你从0到1搭建一套企业级微服务安全框架
- Celery takes up large memory - memory leak
- "Niuke | daily question" template stack
- 【硬十宝典】——7.1【动态RAM】DDR硬件设计要点
- Database performance test (MySQL)
- Children's programming electronic society graphical programming level examination scratch level 1 real problem analysis (multiple choice) June 2022
- FastDFS-支持双IP、IPV6
猜你喜欢
随机推荐
Docker modifying the MySQL configuration file attached to the host does not take effect?
"Niuke | daily question" inverse Polish expression
你了解MySQL都包含哪些“零件“吗?
Introduce you to JVM from architecture
[Star Project] small hat aircraft War (IV)
docker修改挂载到宿主机上的mysql配置文件不生效?
28. Implement strstr() implement strstr()
Proxyman, a native high-performance packet capturing tool, is for you who love learning
【毕业季_进击的技术er】送别过去两年迷茫的自己。重整旗鼓,大三我来啦
III Actual combat - current time representation and world standard time format
SQL shell (PSQL) tool under PostgreSQL
Differences and relations between varchar and nvarchar in database
【硬十宝典】——7.1【动态RAM】DDR硬件设计要点
【无标题】转载
[Star Project] small hat aircraft War (II)
Intention lock
Depth cloning and reflection of typescript class objects
[graduation season _ advanced technology Er] farewell to yourself who has been confused for the past two years. Regroup, junior I'm coming
On stock price prediction model (3): are you falling into the trap of machine learning
buuReserve(4)

![[Star Project] small hat aircraft War (III)](/img/43/af4e923e901c1b2ad32b60c980dcdb.png)







