Skip to content

MMTk OpenJDK Binding 0.17.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@qinsoon qinsoon released this 23 Feb 02:27
· 73 commits to master since this release
ffbdbed
  • MMTk OpenJDK binding now uses Rust 1.66.1 and MSRV is 1.61.0.
  • Support dynamic heap resizing (enabled when Xmx and Xms values are different).
  • Remove all inline directives. We rely on Rust compiler and PGO for inline decisions. Add provide a PGO guide.
  • Fix a crash caused by null pointer access if the VM calls CollectedHeap::soft_ref_policy().
  • Update to mmtk-core 0.17.0.