File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ 0.10.0 (2022-02-14)
2
+ ===
3
+
4
+ * Implements a fastpath for ` ObjectModel::get_current_size() ` in Rust.
5
+ * Supports setting MMTk options by ` -XX:THIRD_PARTY_HEAP_OPTIONS= `
6
+ * Supports proper OutOfMemory exceptions.
7
+ * Upudates to mmtk-core 0.10.0.
8
+
1
9
0.9.0 (2021-12-16)
2
10
===
3
11
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mmtk_openjdk"
3
- version = " 0.9 .0"
3
+ version = " 0.10 .0"
4
4
authors = [" <>" ]
5
5
6
6
[lib ]
@@ -20,7 +20,7 @@ lazy_static = "1.1"
20
20
# - change branch
21
21
# - change repo name
22
22
# But other changes including adding/removing whitespaces in commented lines may break the CI.
23
- mmtk = { git = " https://github.com/mmtk/mmtk-core.git" , rev = " c38365be73e83dfd8a41e901d4537e87e0eb0ffe " }
23
+ mmtk = { git = " https://github.com/mmtk/mmtk-core.git" , rev = " 42262c296e164b5b1d05103e527ce5a9aee7cfd2 " }
24
24
# Uncomment the following to build locally
25
25
# mmtk = { path = "../repos/mmtk-core" }
26
26
Original file line number Diff line number Diff line change 1
- nightly-2021-12-05
1
+ nightly-2022-02-11
You can’t perform that action at this time.
0 commit comments