Skip to content

Bump version to v0.25 #275

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 17, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
0.25.0 (2024-05-17)
===

## What's Changed
* Update mmtk-core to v0.25.0.
* Remove the coordinator thread by @wks in https://github.com/mmtk/mmtk-openjdk/pull/268
* Use to_address for SFT access by @wks in https://github.com/mmtk/mmtk-openjdk/pull/272
* Remove NULL ObjectReference by @wks in https://github.com/mmtk/mmtk-openjdk/pull/265
* Fix write barrier parameter type by @wks in https://github.com/mmtk/mmtk-openjdk/pull/273

**Full Changelog**: https://github.com/mmtk/mmtk-openjdk/compare/v0.24.0...v0.25.0

0.24.0 (2024-04-08)
===

## What's Changed
* Update mmtk-core to v0.24.0.
* Update Rust toolchain to 1.77.0.

**Full Changelog**: https://github.com/mmtk/mmtk-openjdk/compare/v0.23.0...v0.24.0

0.23.0 (2024-02-09)
===

Expand Down
10 changes: 5 additions & 5 deletions mmtk/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions mmtk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mmtk_openjdk"
version = "0.24.0"
version = "0.25.0"
authors = [" <>"]
rust-version = "1.71.1"
build = "build.rs"
Expand Down Expand Up @@ -32,7 +32,7 @@ memoffset = "0.9.0"
# - change branch
# - change repo name
# But other changes including adding/removing whitespaces in commented lines may break the CI.
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "fea59e4f5cc6176093da1d8efa7d7b3b4b8d0fa7" }
mmtk = { git = "https://github.com/qinsoon/mmtk-core.git", rev = "5b74dffcf55c8db33250d7bb577a731eb273b131" }
# Uncomment the following to build locally
# mmtk = { path = "../repos/mmtk-core" }

Expand Down
Loading