File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ 0.7.0 (2021-09-22)
2
+ ===
3
+
4
+ * Supports the ` GenImmix ` plan.
5
+ * Supports the ` global_alloc_bit ` feature in mmtk-core.
6
+ * Fixes monitor misuse in the finalizer thread.
7
+ * Fixes style for C++ code to match OpenJDK style guidelines.
8
+ * Updates to mmtk-core 0.7.0.
9
+
1
10
0.6.0 (2021-08-10)
2
11
===
3
12
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mmtk_openjdk"
3
- version = " 0.6 .0"
3
+ version = " 0.7 .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 = " e0eeeb2f06eaa55d89ff72ed6917c6779f29a1a3 " }
23
+ mmtk = { git = " https://github.com/mmtk/mmtk-core.git" , rev = " 34acc5472942671f89d18d8313af46f9c4c7783e " }
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