All Projects → AdoptOpenJDK → Jitwatch

AdoptOpenJDK / Jitwatch

Licence: other
Log analyser / visualiser for Java HotSpot JIT compiler. Inspect inlining decisions, hot methods, bytecode, and assembly. View results in the JavaFX user interface.

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects
Batchfile
5799 projects
scala
5932 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Jitwatch

compile-command-annotations
Annotation hints for the Hotspot JVM JIT compiler.
Stars: ✭ 38 (-98.51%)
Mutual labels:  hotspot, jit-compiler
Hotsuploader
JavaFX-based Replay Uploader for Heroes of the Storm
Stars: ✭ 190 (-92.53%)
Mutual labels:  javafx
Fxgraphics2d
A JavaFX library that allows Java2D code (Graphics2D) to be used to draw to a Canvas node.
Stars: ✭ 157 (-93.83%)
Mutual labels:  javafx
Jabref
Graphical Java application for managing BibTeX and biblatex (.bib) databases
Stars: ✭ 2,385 (-6.29%)
Mutual labels:  javafx
Speedment
Speedment is a Stream ORM Java Toolkit and Runtime
Stars: ✭ 1,978 (-22.28%)
Mutual labels:  javafx
Minijit
A basic x86-64 JIT compiler written from scratch in stock Python
Stars: ✭ 185 (-92.73%)
Mutual labels:  jit-compiler
Tools Ocr
树洞 OCR 文字识别(一款跨平台的 OCR 小工具)
Stars: ✭ 2,303 (-9.51%)
Mutual labels:  javafx
Awesomejavafx
A curated list of awesome JavaFX libraries, books, frameworks, etc...
Stars: ✭ 2,488 (-2.24%)
Mutual labels:  javafx
Jitboy
A Game Boy emulator with dynamic recompilation (JIT)
Stars: ✭ 190 (-92.53%)
Mutual labels:  jit-compiler
Fxribbon
Ribbon control for Java, created in JavaFX
Stars: ✭ 178 (-93.01%)
Mutual labels:  javafx
Rxkotlinfx
Kotlin extensions to the RxJavaFX framework
Stars: ✭ 177 (-93.05%)
Mutual labels:  javafx
Pchwrm server
PC Hardware Resource Monitor for Raspberry Pi
Stars: ✭ 164 (-93.56%)
Mutual labels:  javafx
Javafxsmartgraph
Generic (Java FX) Graph Visualization Library
Stars: ✭ 186 (-92.69%)
Mutual labels:  javafx
Fakeimagedetection
Fake Image Detection Using Machine Learning
Stars: ✭ 158 (-93.79%)
Mutual labels:  javafx
Vocabhunter
VocabHunter helps learners of foreign languages find vital new vocabulary to study.
Stars: ✭ 201 (-92.1%)
Mutual labels:  javafx
Sling
SLING - A natural language frame semantics parser
Stars: ✭ 1,892 (-25.66%)
Mutual labels:  jit-compiler
Javafx
JavaFX projects, mostly samples and examples
Stars: ✭ 175 (-93.12%)
Mutual labels:  javafx
Deeplearning4j Examples
Deeplearning4j Examples (DL4J, DL4J Spark, DataVec)
Stars: ✭ 2,215 (-12.97%)
Mutual labels:  javafx
Pure Lang
Pure programming language
Stars: ✭ 209 (-91.79%)
Mutual labels:  jit-compiler
Ui4j
Web Automation for Java
Stars: ✭ 202 (-92.06%)
Mutual labels:  javafx

JITWatch

Log analyser and visualiser for the HotSpot JIT compiler.

  • Video introduction to JITWatch video
  • Slides from my LJC lightning talk on JITWatch slides

For instructions and screenshots see the wiki

https://github.com/AdoptOpenJDK/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 compile test exec:java

gradle

gradlew clean build run

Build an example HotSpot log

# Build the code and then run
./makeDemoLogFile.sh
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].