Skip to content

Commit ad9a6fa

Browse files
qinsoonmmtkgc-bot
andauthored
Update to MMTk core PR #1308 (#308)
Co-authored-by: mmtkgc-bot <[email protected]>
1 parent 056d331 commit ad9a6fa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

mmtk/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mmtk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ probe = "0.5"
3535
# - change branch
3636
# - change repo name
3737
# But other changes including adding/removing whitespaces in commented lines may break the CI.
38-
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "42a434bf2280b0a9e10439cc7061a0f07af83d71" }
38+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "c5ead72a87bcc8cc49b5e7a62cf71d848b4b4c9b" }
3939
# Uncomment the following to build locally
4040
# mmtk = { path = "../repos/mmtk-core" }
4141

openjdk/mmtkMutator.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ struct RustDynPtr {
2222
const int MAX_BUMP_ALLOCATORS = 6;
2323
const int MAX_LARGE_OBJECT_ALLOCATORS = 2;
2424
const int MAX_MALLOC_ALLOCATORS = 1;
25-
const int MAX_IMMIX_ALLOCATORS = 1;
25+
const int MAX_IMMIX_ALLOCATORS = 2;
2626
const int MAX_FREE_LIST_ALLOCATORS = 2;
2727
const int MAX_MARK_COMPACT_ALLOCATORS = 1;
2828

0 commit comments

Comments
 (0)