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

hsdis download failed on x86 mac #362

Closed sureshg closed 2 years ago

sureshg commented 2 years ago

Seems like the URL for the platform-specific dynamic lib is wrong.

Sandbox ready. OS is 'Mac OS X' Architecture is 'x86_64'
Disassembler not found
Downloading hsdis from https://chriswhocodes.com/hsdis/hsdis-x86_64.dylib
Download failed
chriswhocodes commented 2 years ago

Confirmed, will fix!

chriswhocodes commented 2 years ago

Fixed in https://github.com/AdoptOpenJDK/jitwatch/commit/eac4d0507b8502bc94bed83833aaa08441be8cea and new release 1.4.6 built to include the fix.

Thanks for reporting!