We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08cc602 commit daf6170Copy full SHA for daf6170
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+0.14.1 (2022-08-10)
2
+===
3
+
4
+* Fix a bug that MMTk gets initialized even when we are not using MMTk's GC.
5
6
0.14.0 (2022-08-08)
7
===
8
mmtk/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mmtk_openjdk"
-version = "0.14.0"
+version = "0.14.1"
authors = [" <>"]
rust-version = "1.57.0"
@@ -16,7 +16,7 @@ lto = true
16
[package.metadata.openjdk]
17
# Our CI matches the following line and extract mmtk/openjdk. If this line is updated, please check ci yaml files and make sure it works.
18
openjdk_repo = "https://github.com/mmtk/openjdk.git"
19
-openjdk_version = "5180a3241b7477b056f4e5c61d1267f6f48aeab3"
+openjdk_version = "b133bb2630121b6babc35750444f178b5d240ae0"
20
21
[dependencies]
22
libc = "0.2"
0 commit comments