File tree Expand file tree Collapse file tree 3 files changed +24
-7
lines changed
Expand file tree Collapse file tree 3 files changed +24
-7
lines changed Original file line number Diff line number Diff line change 1+ 0.20.0 (2023-09-29)
2+ ===
3+
4+ ## What's Changed
5+ * Updating code to reflect API change by @udesou in https://github.com/mmtk/mmtk-openjdk/pull/238
6+ * Fix Cargo.lock by @wenyuzhao in https://github.com/mmtk/mmtk-openjdk/pull/239
7+ * Update tests to use dacapo-23.9-RC3-chopin by @qinsoon in https://github.com/mmtk/mmtk-openjdk/pull/241
8+ * Check results for new CI, allow some benchmarks to fail by @qinsoon in https://github.com/mmtk/mmtk-openjdk/pull/211
9+ * Fix ignored env var options by @wks in https://github.com/mmtk/mmtk-openjdk/pull/244
10+ * Update pgo-build script to use the pinned Rust toolchain by @caizixian in https://github.com/mmtk/mmtk-openjdk/pull/236
11+ * Compressed Oops Support by @wenyuzhao in https://github.com/mmtk/mmtk-openjdk/pull/235
12+
13+ ## New Contributors
14+ * @udesou made their first contribution in https://github.com/mmtk/mmtk-openjdk/pull/238
15+
16+ ** Full Changelog** : https://github.com/mmtk/mmtk-openjdk/compare/v0.19.0...v0.20.0
17+
1180.19.0 (2023-08-18)
219===
320
Original file line number Diff line number Diff line change 11[package ]
22name = " mmtk_openjdk"
3- version = " 0.19 .0"
3+ version = " 0.20 .0"
44authors = [" <>" ]
55rust-version = " 1.70.0"
66build = " build.rs"
@@ -32,7 +32,7 @@ memoffset = "0.9.0"
3232# - change branch
3333# - change repo name
3434# But other changes including adding/removing whitespaces in commented lines may break the CI.
35- mmtk = { git = " https://github.com/mmtk/mmtk-core.git" , rev = " 15e19a1afa9de3403bd9f1405e4aaa78f7d1a68d " }
35+ mmtk = { git = " https://github.com/mmtk/mmtk-core.git" , rev = " 9a676e68dd41272b57e6812dc404ffa6391668e2 " }
3636# Uncomment the following to build locally
3737# mmtk = { path = "../repos/mmtk-core" }
3838
You can’t perform that action at this time.
0 commit comments