Skip to content

Commit 7b30172

Browse files
qinsoonmmtkgc-bot
andauthored
Bump version to v0.32.0 (#341)
Co-authored-by: mmtkgc-bot <mmtkgc.bot@gmail.com>
1 parent 007d6e0 commit 7b30172

File tree

3 files changed

+147
-128
lines changed

3 files changed

+147
-128
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
0.32.0 (2025-02-04)
2+
===
3+
4+
## What's Changed
5+
* Update to MMTk core PR #1308 by @qinsoon in https://github.com/mmtk/mmtk-openjdk/pull/308
6+
* Fix reference processing crash by @wks in https://github.com/mmtk/mmtk-openjdk/pull/309
7+
* Add Compressor tests by @k-sareen in https://github.com/mmtk/mmtk-openjdk/pull/310
8+
* Enable reference processing by default in CI by @k-sareen in https://github.com/mmtk/mmtk-openjdk/pull/312
9+
* Acquire and release Heap_lock on VM_MMTkSTWOperation by @qinsoon in https://github.com/mmtk/mmtk-openjdk/pull/316
10+
* Fix bugs related to `Reference.discovered` by @wks in https://github.com/mmtk/mmtk-openjdk/pull/323
11+
* Control barrier fast paths via env var by @wks in https://github.com/mmtk/mmtk-openjdk/pull/326
12+
* Warn instead of panic when `object_iterate` is called. by @wks in https://github.com/mmtk/mmtk-openjdk/pull/325
13+
* Do not apply write barriers when enqueuing refs by @wks in https://github.com/mmtk/mmtk-openjdk/pull/328
14+
* Enable compressed pointers for Compressor by @k-sareen in https://github.com/mmtk/mmtk-openjdk/pull/327
15+
* Concurrent Immix by @tianleq in https://github.com/mmtk/mmtk-openjdk/pull/311
16+
* Reduce the test heap size for concurrent immix by @qinsoon in https://github.com/mmtk/mmtk-openjdk/pull/330
17+
* Refactor barrier implementations by @wks in https://github.com/mmtk/mmtk-openjdk/pull/332
18+
* Demote re-registered nmethods by @no-defun-allowed in https://github.com/mmtk/mmtk-openjdk/pull/336
19+
* Move to Rust 1.92 by @qinsoon in https://github.com/mmtk/mmtk-openjdk/pull/338
20+
21+
## New Contributors
22+
* @no-defun-allowed made their first contribution in https://github.com/mmtk/mmtk-openjdk/pull/336
23+
24+
**Full Changelog**: https://github.com/mmtk/mmtk-openjdk/compare/v0.31.0...v0.32.0
25+
126
0.31.0 (2025-04-17)
227
===
328

0 commit comments

Comments
 (0)