Skip to content

v0.13.0

Latest
Compare
Choose a tag to compare
@brianheineman brianheineman released this 24 Jan 22:46

Added

  • add Java 25 class file support

Fixed

  • correct StackFrame offset delta byte to instruction mapping
  • correct exception byte to instruction offset conversion error
  • remove unnecessary parameter cloning
  • remove unnecessary clone from LocalVariables
  • correct bug in java.lang.Class.getDeclaredMethods0() where class constructors were incorrectly returned

Other

  • update Cargo.toml dependencies
  • add enum documentation
  • add vm benchmarks
  • update VM to support LTS and latest Java versions only
  • update java runtime versions
  • move invokedynamic into separate module