百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
J

jitwatch

> 编程语言
开源

用于 Java HotSpot JIT 编译器的日志分析器/可视化工具。检查内联决策、热方法、字节码和汇编代码。在 JavaFX 用户界面中查看结果

3.3K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

用于 Java HotSpot JIT 编译器的日志分析器/可视化工具。检查内联决策、热方法、字节码和汇编代码。在 JavaFX 用户界面中查看结果

JITWatch ======== Log analyser and visualiser for the HotSpot JIT compiler. * Video introduction to JITWatch [video](https://www.youtube.com/watch?v=p7ipmAa9_9E) * Slides from my LJC lightning talk on JITWatch [slides](https://chriswhocodes.com/LJC2022.pdf)

For instructions and screenshots see the wiki

https://github.com/chriswhocodes/jitwatch/wiki

The JITWatch user interface is built using JavaFX which is downloaded as a maven dependency for JDK11+. For pre-JDK11 you will need to use a Java runtime that includes JavaFX.

maven

mvn clean package && java -jar ui/target/jitwatch-ui-shaded.jar

Build an example HotSpot log

# Build the code and then run
cd scripts && ./makeDemoLogFile.sh

GitHub Issues· 19 开放

在 GitHub 查看全部
  • #409

    Proposal: MCP server module exposing JITWatch core to AI agents

    更新于 2026年9月14日
  • #408

    Properly surface hidden classes and proxy lambdas.

    更新于 2026年9月9日
  • #389

    Kotlin sandbox set up

    更新于 2026年3月19日
  • #406

    Question: how is the compilation order reported?

    更新于 2026年1月27日
  • #405

    Using JITWatch programmatically (API usage instead of UI)

    更新于 2025年12月4日
  • #404

    JDK 25 - Failing to parse Bytecode of some classes

    更新于 2025年11月19日
  • #307

    Any plan about i18n?

    更新于 2025年11月3日
  • #400

    how to fix this situation Garbled

    更新于 2025年6月26日
  • #397

    Fail to launch UI on MacOS 15.3

    更新于 2025年2月15日
  • #393

    Idea plugin suggestion

    更新于 2024年12月3日

核心特点

  • •Java
  • •escape-analysis
  • •hotspot
  • •hotspot-jit-compiler
  • •java

> 标签

Javaescape-analysishotspothotspot-jit-compilerjava

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言