Skip to content

3.1

Compare
Choose a tag to compare
@ingokegel ingokegel released this 10 Jan 09:50
· 1122 commits to master since this release

Features

  • Support for Java 7 (class files compiled with -target 1.7)
  • Windows 7 compatible installers and launchers
  • The detail panels for "Fields" and "Methods" now have "Copy to clipboard" buttons to copy all signatures to the system clipboard
  • At the bottom of the bytecode display there is now a drop-down list with all used opcodes and a button to show the corresponding official documentation in the Java language specification
  • Offsets are now verified and invalid branch instructions are tagged in the bytecode display

Bug fixes

  • Wide branch instructions were not displayed correctly in the bytecode
  • Negative values of bipush instruction were printed as 256-value