Skip to content

Commit a0fbda5

Browse files
authored
Update ImmixAllocator layout (#118)
* Add the field 'allow_slow_for_stress_test' to ImmixAllocator
1 parent 03f575e commit a0fbda5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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 = "0ededb3efad9d07d45844712aa46a8d402a8c73f" }
23+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "a08d13d7213a569d82d44b0107734861af9a3ad4" }
2424
# Uncomment the following to build locally
2525
# mmtk = { path = "../repos/mmtk-core" }
2626

openjdk/mmtkMutator.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ struct ImmixAllocator {
5454
uint8_t _align[7];
5555
uint8_t line_opt_tag;
5656
uintptr_t line_opt;
57+
uint8_t alloc_slow_for_stress;
5758
};
5859

5960
struct MallocAllocator {

0 commit comments

Comments
 (0)