Skip to content

Commit fd10545

Browse files
author
Javad Amiri
authored
Bump version to v0.4 (#70)
* Bump version to v0.4
1 parent 58b9e5c commit fd10545

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
0.4.0 (2021-05-17)
2+
===
3+
4+
* Fixes a bug where benchmarks failed randomly due to duplicate edges
5+
* Switches to our new OpenJDK fork (`11.0.11+6-mmtk`) which is based-on [OpenJDK-11 update repo](https://github.com/openjdk/jdk11u.git)
6+
* Adds style checks
7+
* Cleans up some unused code
8+
* Updates to mmtk-core 0.4.0
9+
10+
11+
0.3.0 (2021-04-01)
12+
===
13+
14+
* Supports the `marksweep` plan in mmtk-core.
15+
* Supports fastpath for object barrier (used in `gencopy`).
16+
* Supports finalization
17+
* Supports runtime plan selection (through the environment variable `MMTK_PLAN`)
18+
* Updates to mmtk-core 0.3.0
19+
20+
21+
0.2.0 (2020-12-18)
22+
===
23+
24+
* Supports the `gencopy` plan in mmtk-core.
25+
* Fixes a bug for incorrect heap boundary check.
26+
* Updated to mmtk-core 0.2.0.
27+
28+
29+
0.1.0 (2020-11-04)
30+
===
31+
32+
* Supports the following plans from mmtk-core:
33+
* NoGC
34+
* SemiSpace

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.3.0"
3+
version = "0.4.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 = "33fba23b7d845fe904ae8c43a91e7475a301c505" }
23+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "e4d5b4f34578dffa1dad5be537a0e47f80d3ba60" }
2424
# Uncomment the following to build locally
2525
# mmtk = { path = "../repos/mmtk-core" }
2626

0 commit comments

Comments
 (0)