Skip to content

Commit d1d810e

Browse files
committed
Update mmtk-core.
1 parent 8f188ce commit d1d810e

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
@@ -26,7 +26,7 @@ lazy_static = "1.1"
2626
# - change branch
2727
# - change repo name
2828
# But other changes including adding/removing whitespaces in commented lines may break the CI.
29-
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "722546b37e7579aee9d093f51b97f5a729a553d5" }
29+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "a55db731e38618f2143a14b5152390dcc7ba4faf" }
3030
# Uncomment the following to build locally
3131
# mmtk = { path = "../repos/mmtk-core" }
3232

openjdk/mmtkUpcalls.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@ static void mmtk_enqueue_references(void** objects, size_t len) {
329329
oop prev = NULL;
330330
for (size_t i = 0; i < len; i++) {
331331
oop reff = (oop) objects[i];
332-
printf("enqueue: %p\n", reff);
333332
if (prev != NULL) {
334333
HeapAccess<AS_NO_KEEPALIVE>::oop_store_at(prev, java_lang_ref_Reference::discovered_offset, reff);
335334
}

0 commit comments

Comments
 (0)