From 6bdcee9078b6a5e54bda204ef7f8f38dc9115ea9 Mon Sep 17 00:00:00 2001 From: Yi Lin Date: Wed, 22 Sep 2021 11:26:05 +1000 Subject: [PATCH 1/3] Bump version to 0.7 --- CHANGELOG.md | 8 ++++++++ mmtk/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 029124ab..d06c5c14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +0.7.0 (2021-09-22) +=== + +* Supports the `GenImmix` plan. +* Supports the `global_alloc_bit` feature in mmtk-core. +* Fixes monitor misuse in the finalizer thread. +* Fixes style for C++ code to match OpenJDK style guidelines. + 0.6.0 (2021-08-10) === diff --git a/mmtk/Cargo.toml b/mmtk/Cargo.toml index aa21a245..122b4e80 100644 --- a/mmtk/Cargo.toml +++ b/mmtk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mmtk_openjdk" -version = "0.6.0" +version = "0.7.0" authors = [" <>"] [lib] From 24f56a99f2e1d15fecbd65cf0aadabfad08ad96d Mon Sep 17 00:00:00 2001 From: Yi Lin Date: Wed, 22 Sep 2021 11:28:27 +1000 Subject: [PATCH 2/3] Add to changelog: update to mmtk-core 0.7.0 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d06c5c14..9d36f136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * Supports the `global_alloc_bit` feature in mmtk-core. * Fixes monitor misuse in the finalizer thread. * Fixes style for C++ code to match OpenJDK style guidelines. +* Updates to mmtk-core 0.7.0. 0.6.0 (2021-08-10) === From 227816d6715d19e981726fd159e1a2417d22d0a7 Mon Sep 17 00:00:00 2001 From: Yi Lin Date: Wed, 22 Sep 2021 17:15:55 +1200 Subject: [PATCH 3/3] Update Cargo.toml --- mmtk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmtk/Cargo.toml b/mmtk/Cargo.toml index 122b4e80..443bfa91 100644 --- a/mmtk/Cargo.toml +++ b/mmtk/Cargo.toml @@ -20,7 +20,7 @@ lazy_static = "1.1" # - change branch # - change repo name # But other changes including adding/removing whitespaces in commented lines may break the CI. -mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "e581539f25d050bd34a541e783351ff5f44095aa" } +mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "34acc5472942671f89d18d8313af46f9c4c7783e" } # Uncomment the following to build locally # mmtk = { path = "../repos/mmtk-core" }