Skip to content

Commit ffbdbed

Browse files
authored
Bump version to v0.17 (#201)
1 parent 1040bc7 commit ffbdbed

File tree

4 files changed

+310
-108
lines changed

4 files changed

+310
-108
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.17.0 (2023-02-17)
2+
===
3+
4+
* MMTk OpenJDK binding now uses Rust 1.66.1 and MSRV is 1.61.0.
5+
* Support dynamic heap resizing (enabled when `Xmx` and `Xms` values are different).
6+
* Remove all inline directives. We rely on Rust compiler and PGO for inline decisions. Add provide a PGO guide.
7+
* Fix a crash caused by null pointer access if the VM calls `CollectedHeap::soft_ref_policy()`.
8+
* Update to mmtk-core 0.17.0.
9+
110
0.16.0 (2022-12-06)
211
===
312

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Please make sure your dev machine satisfies those prerequisites.
1515

1616
### Before you continue
1717

18-
The minimal supported Rust version for MMTk-OpenJDK binding is 1.57.0. Make sure your Rust version is higher than this. We test MMTk-OpenJDK
18+
The minimal supported Rust version for MMTk-OpenJDK binding is 1.61.0. Make sure your Rust version is higher than this. We test MMTk-OpenJDK
1919
binding with Rust 1.66.1 (as specified in [`rust-toolchain`](mmtk/rust-toolchain)).
2020
You may also need to use ssh-agent to authenticate with github (see [here](https://github.com/rust-lang/cargo/issues/3487) for more info):
2121

0 commit comments

Comments
 (0)