Index: src/arm64/lithium-codegen-arm64.cc |
diff --git a/src/arm64/lithium-codegen-arm64.cc b/src/arm64/lithium-codegen-arm64.cc |
index ef01c91d47639528b8d4658a56a34f7d71c5d2c6..b1358ccf61519d7b737e463b151822204b1087b4 100644 |
--- a/src/arm64/lithium-codegen-arm64.cc |
+++ b/src/arm64/lithium-codegen-arm64.cc |
@@ -1071,8 +1071,7 @@ |
entry, deopt_info, bailout_type, !frame_is_built_); |
// We often have several deopts to the same entry, reuse the last |
// jump entry if this is the case. |
- if (FLAG_trace_deopt || isolate()->cpu_profiler()->is_profiling() || |
- jump_table_.is_empty() || |
+ if (jump_table_.is_empty() || |
!table_entry->IsEquivalentTo(*jump_table_.last())) { |
jump_table_.Add(table_entry, zone()); |
} |