Skip to content

Commit 86368b2

Browse files
authored
Bump version to v0.10. Update Rust to nightly-2022-02-11 (#138)
1 parent b6ff1e0 commit 86368b2

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
0.9.0 (2021-12-16)
210
===
311

mmtk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mmtk_openjdk"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
authors = [" <>"]
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

mmtk/rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2021-12-05
1+
nightly-2022-02-11

0 commit comments

Comments
 (0)