You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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`)
0 commit comments