| Index: src/mips64/assembler-mips64.cc
|
| diff --git a/src/mips64/assembler-mips64.cc b/src/mips64/assembler-mips64.cc
|
| index 8f24e4381c8ddaef616ea2f008ae86503d3b5a40..5ba16b5def7485159b5ea9e661dbd43716a7ce10 100644
|
| --- a/src/mips64/assembler-mips64.cc
|
| +++ b/src/mips64/assembler-mips64.cc
|
| @@ -2582,7 +2582,7 @@
|
|
|
|
|
| void Assembler::RecordDeoptReason(const int reason, const int raw_position) {
|
| - if (FLAG_trace_deopt || isolate()->cpu_profiler()->is_profiling()) {
|
| + if (FLAG_trace_deopt) {
|
| EnsureSpace ensure_space(this);
|
| RecordRelocInfo(RelocInfo::POSITION, raw_position);
|
| RecordRelocInfo(RelocInfo::DEOPT_REASON, reason);
|
|
|