Skip to content

Commit 267d480

Browse files
authored
Bump version to v0.19 (#230)
1 parent 129c889 commit 267d480

File tree

4 files changed

+191
-234
lines changed

4 files changed

+191
-234
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
0.19.0 (2023-08-18)
2+
===
3+
4+
## What's Changed
5+
* Rename alloc bit to valid object bit (VO bit) by @wks in https://github.com/mmtk/mmtk-openjdk/pull/214
6+
* Fix invalid register values in `arraycopy_epilogue` barrier by @wenyuzhao in https://github.com/mmtk/mmtk-openjdk/pull/216
7+
* Remove deprecated const. by @wks in https://github.com/mmtk/mmtk-openjdk/pull/217
8+
* Update MMTk core PR #817 (alternative approach) by @wks in https://github.com/mmtk/mmtk-openjdk/pull/220
9+
* Update to mmtk-core PR #838 by @qinsoon in https://github.com/mmtk/mmtk-openjdk/pull/221
10+
* Rename ambiguous `scan_thread_root{,s}` functions by @k-sareen in https://github.com/mmtk/mmtk-openjdk/pull/222
11+
* Update to MMTk core PR #875 by @qinsoon in https://github.com/mmtk/mmtk-openjdk/pull/225
12+
* Show the version after cd by @wks in https://github.com/mmtk/mmtk-openjdk/pull/227
13+
* Add features for genimmix and stickyimmix by @qinsoon in https://github.com/mmtk/mmtk-openjdk/pull/228
14+
* Pass hotspot command line flags to mmtk-core by @wenyuzhao in https://github.com/mmtk/mmtk-openjdk/pull/229
15+
* Fix unaligned edge access by @wks in https://github.com/mmtk/mmtk-openjdk/pull/232
16+
17+
**Full Changelog**: https://github.com/mmtk/mmtk-openjdk/compare/v0.18.0...v0.19.0
18+
19+
120
0.18.0 (2023-04-03)
221
===
322

0 commit comments

Comments
 (0)