We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f575e commit a0fbda5Copy full SHA for a0fbda5
mmtk/Cargo.toml
@@ -20,7 +20,7 @@ lazy_static = "1.1"
20
# - change branch
21
# - change repo name
22
# 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" }
+mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "a08d13d7213a569d82d44b0107734861af9a3ad4" }
24
# Uncomment the following to build locally
25
# mmtk = { path = "../repos/mmtk-core" }
26
openjdk/mmtkMutator.hpp
@@ -54,6 +54,7 @@ struct ImmixAllocator {
54
uint8_t _align[7];
55
uint8_t line_opt_tag;
56
uintptr_t line_opt;
57
+ uint8_t alloc_slow_for_stress;
58
};
59
60
struct MallocAllocator {
0 commit comments