File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ 0.6.0 (2021-08-10)
2
+ ===
3
+
4
+ * Supports the ` Immix ` plan.
5
+ * Uses side mark bit by default. Adds a feature 'mark_bit_in_header' to switch to in-header mark bit.
6
+ * Adds a size check for allocation so over-sized objects will be allocated to large object space.
7
+ * Updates to mmtk-core 0.6.0.
8
+
1
9
0.5.0 (2021-06-28)
2
10
===
3
11
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mmtk_openjdk"
3
- version = " 0.5 .0"
3
+ version = " 0.6 .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 = " 093da769a71067dcd4f37db6f453213e7dace660 " }
23
+ mmtk = { git = " https://github.com/mmtk/mmtk-core.git" , rev = " 8465b166cecfffed5615753c46bc8e9d032a5b82 " }
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