File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 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+
190.9.0 (2021-12-16)
210===
311
Original file line number Diff line number Diff line change 11[package ]
22name = " mmtk_openjdk"
3- version = " 0.9 .0"
3+ version = " 0.10 .0"
44authors = [" <>" ]
55
66[lib ]
@@ -20,7 +20,7 @@ lazy_static = "1.1"
2020# - change branch
2121# - change repo name
2222# 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 " }
2424# Uncomment the following to build locally
2525# mmtk = { path = "../repos/mmtk-core" }
2626
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