AdoptOpenJDK / jitwatch

Log analyser / visualiser for Java HotSpot JIT compiler. Inspect inlining decisions, hot methods, bytecode, and assembly. View results in the JavaFX user interface.
Other
3.06k stars 437 forks source link

Removed unused javafx import causing build failure #318

Closed fthevenet closed 4 years ago

fthevenet commented 4 years ago

This is a trivial PR that addresses #317

chriswhocodes commented 4 years ago

Thanks @fthevenet !