Skip to content

Commit ddf0ba5

Browse files
wenyuzhaoqinsoon
andauthored
Always enable BasePlan spaces (#91)
* Update los allocators * Update mmtk-core * inc MAX_BUMP_ALLOCATORS * update mmtk * update mmtk-core * update mmtk-core Co-authored-by: Yi Lin <[email protected]>
1 parent cdb745f commit ddf0ba5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mmtk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ lazy_static = "1.1"
2020
# - change branch
2121
# - change repo name
2222
# But other changes including adding/removing whitespaces in commented lines may break the CI.
23-
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "4bd6ca82ad037dac97920bf3a1408e4912a6bf04" }
23+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "4813a2bfc5322c526dc56e9f8acb418dbb7ce7e6" }
2424
# Uncomment the following to build locally
2525
# mmtk = { path = "../repos/mmtk-core" }
2626

openjdk/mmtkMutator.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ struct RustDynPtr {
1919
};
2020

2121
// These constants should match the constants defind in mmtk::util::alloc::allocators
22-
const int MAX_BUMP_ALLOCATORS = 5;
23-
const int MAX_LARGE_OBJECT_ALLOCATORS = 1;
22+
const int MAX_BUMP_ALLOCATORS = 6;
23+
const int MAX_LARGE_OBJECT_ALLOCATORS = 2;
2424
const int MAX_MALLOC_ALLOCATORS = 1;
2525
const int MAX_IMMIX_ALLOCATORS = 1;
2626
const int MAX_MARK_COMPACT_ALLOCATORS = 1;

0 commit comments

Comments
 (0)