6.0
New features
- Editing functionality for constant pool, attributes and bytecode
You can edit constant pool entries:
Attribute values, like access flags:
Bytecode instructions can be edited from the context menu:
The opcode itself can be replaced with another compatible opcode:
The immediate values of instructions can be edited:
- Attach mode: Connect to any locally running JVM and view and edit its loaded classes
- By setting -Djclasslib.locale=en (or another supported locale), the displayed language can be changed regardless of the default locale. In this way, the language can be overridden in the IDEA plugin
- Links to JVM spec now show the document for Java 16 instead of Java 8
Bug fixes
- Explicit language selection was broken in 5.8
- UI fixes and improvements
- Fixed error when writing the NestMembers attribute