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.04k stars 435 forks source link

Add compilation flags in sandbox #377

Closed Ledmington closed 8 months ago

Ledmington commented 9 months ago

This should fix #376 . However, @chriswhocodes I need some help with the tests since I don't quite understand how they work and what they are doing and I think this is the reason why I can't see neither the source code, the bytecode or the JIT-ed assembly after running my Vector API code.

chriswhocodes commented 8 months ago

Thanks for identifying the problem and submitting a patch, I'll review asap.