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+
190.5.0 (2021-06-28)
210===
311
Original file line number Diff line number Diff line change 11[package ]
22name = " mmtk_openjdk"
3- version = " 0.5 .0"
3+ version = " 0.6 .0"
44authors = [" <>" ]
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 = " 093da769a71067dcd4f37db6f453213e7dace660 " }
23+ mmtk = { git = " https://github.com/mmtk/mmtk-core.git" , rev = " 8465b166cecfffed5615753c46bc8e9d032a5b82 " }
2424# Uncomment the following to build locally
2525# mmtk = { path = "../repos/mmtk-core" }
2626
You can’t perform that action at this time.
0 commit comments