File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ 0.12.0 (2022-05-13)
2
+ ===
3
+
4
+ * Adds a few missing includes.
5
+ * Adds weak reference support (It is disabled by default. Set MMTk option ` no_reference_types ` to ` false ` to enable it).
6
+ * Fixes a bug in C2 allocation fastpath generation for mark compact which caused significant slowdown for mark compact allocation.
7
+ * Fixes a bug in transitioning thread state for the ` harness_begin ` call which may cause a 'deadlock in safepoint code' error.
8
+ * Updates the OpenJDK version to 11.0.15+8.
9
+ * Updates to mmtk-core 0.12.0.
10
+
1
11
0.11.0 (2022-04-01)
2
12
===
3
13
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mmtk_openjdk"
3
- version = " 0.11 .0"
3
+ version = " 0.12 .0"
4
4
authors = [" <>" ]
5
5
rust-version = " 1.57.0"
6
6
@@ -28,7 +28,7 @@ once_cell = "1.10.0"
28
28
# - change branch
29
29
# - change repo name
30
30
# But other changes including adding/removing whitespaces in commented lines may break the CI.
31
- mmtk = { git = " https://github.com/mmtk/mmtk-core.git" , rev = " 21176127d1f0493444fd901ea7277099a24bcecc " }
31
+ mmtk = { git = " https://github.com/mmtk/mmtk-core.git" , rev = " e0273429f5239ab03407b4a93b52b21f45930d88 " }
32
32
# Uncomment the following to build locally
33
33
# mmtk = { path = "../repos/mmtk-core" }
34
34
You can’t perform that action at this time.
0 commit comments