File tree 4 files changed +310
-108
lines changed
4 files changed +310
-108
lines changed Original file line number Diff line number Diff line change
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
+
1
10
0.16.0 (2022-12-06)
2
11
===
3
12
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Please make sure your dev machine satisfies those prerequisites.
15
15
16
16
### Before you continue
17
17
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
19
19
binding with Rust 1.66.1 (as specified in [ ` rust-toolchain ` ] ( mmtk/rust-toolchain ) ).
20
20
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):
21
21
You can’t perform that action at this time.
0 commit comments