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.09k stars 440 forks source link

The sandbox needs a JDK version switcher #283

Open chriswhocodes opened 6 years ago

chriswhocodes commented 6 years ago

Currently the Sandbox allows 1 configuration per JVM language. With Java versions popping out thick and fast on the new release train it makes sense to allow multiple compiler+runtime configurations in the Sandbox switcher.

chriswhocodes commented 1 year ago

JITWatch will soon support version-agnostic class model parsing. A JDK switcher or source/target selector for sandbox will still be useful.