Index: src/debug.cc |
diff --git a/src/debug.cc b/src/debug.cc |
index 49baf8fe7c7a95e2fb69b9e1908b6bb0ef798148..59d8237987690511b692ac97de7ede7652a153f0 100644 |
--- a/src/debug.cc |
+++ b/src/debug.cc |
@@ -1742,7 +1742,7 @@ static void RedirectActivationsToRecompiledCodeOnThread( |
reinterpret_cast<intptr_t>(new_pc)); |
} |
- if (FLAG_enable_ool_constant_pool) { |
+ if (FLAG_enable_ool_constant_pool || FLAG_enable_embedded_constant_pool) { |
// Update constant pool pointer for new code. |
frame->set_constant_pool(new_code->constant_pool()); |
} |