ristretto

v0.13.1

v0.13.1 Feb 21 2025 at 01:52 UTC

Added

  • update to Rust 2024 edition
  • add bool support to parameters
  • add Java 24 support

Fixed

  • update java.lang.invoke.MethodHandleNatives.resolve() to support fields
  • make class object singleton
  • correct if_acmpeq and if_acmpne instructions when comparing class references
  • remove unnecessary clone in values returned from frame

Other

  • add internal thread print_stack_trace() function for debugging
  • update to getrandom=0.3.1
  • refactor Class constructor functions to return Arc
  • update dependencies