File tree 2 files changed +36
-2
lines changed
2 files changed +36
-2
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mmtk_openjdk"
3
- version = " 0.3 .0"
3
+ version = " 0.4 .0"
4
4
authors = [" <>" ]
5
5
6
6
[lib ]
@@ -20,7 +20,7 @@ lazy_static = "1.1"
20
20
# - change branch
21
21
# - change repo name
22
22
# 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 " }
24
24
# Uncomment the following to build locally
25
25
# mmtk = { path = "../repos/mmtk-core" }
26
26
You can’t perform that action at this time.
0 commit comments