Skip to content

Commit 285f2a9

Browse files
authored
Remove alloc_slow_for_stress boolean in ImmixAllocator (#151)
1 parent 90e659f commit 285f2a9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

mmtk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ once_cell = "1.10.0"
2828
# - change branch
2929
# - change repo name
3030
# But other changes including adding/removing whitespaces in commented lines may break the CI.
31-
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "e0273429f5239ab03407b4a93b52b21f45930d88" }
31+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "662c9015e59044f0114c8a69663055fac1212544" }
3232
# Uncomment the following to build locally
3333
# mmtk = { path = "../repos/mmtk-core" }
3434

openjdk/mmtkMutator.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ struct ImmixAllocator {
5555
uint8_t _align[7];
5656
uint8_t line_opt_tag;
5757
uintptr_t line_opt;
58-
uint8_t alloc_slow_for_stress;
5958
};
6059

6160
struct MallocAllocator {

0 commit comments

Comments
 (0)