Skip to content

3.0r - new major release

Compare
Choose a tag to compare
@radioegor146 radioegor146 released this 13 May 02:03
· 79 commits to master since this release

Major release:

  • Full rewrite of all InvokeDynamic stuff (now supports full true stack trace)
  • Full rewrite of MethodHandle calling
  • Now instead of custom stack and locals, true locals are used (better protection and optimizations in Release build)
  • Fixed bug with NoClassDefFoundException not being called
  • Fixed bugs with IUSHR and LUSHR opcodes
  • Fixed bugs with MULTIANEWARRAY opcode
  • Special thanks to @HeyaGlitz for providing good testing samples!