Index: src/heap/gc-tracer.cc |
diff --git a/src/heap/gc-tracer.cc b/src/heap/gc-tracer.cc |
index 08f9e490179f8afe2de3a3de8c2c15b6c906d335..b5f944b0016f83b1899a75ec6f9b80b214470485 100644 |
--- a/src/heap/gc-tracer.cc |
+++ b/src/heap/gc-tracer.cc |
@@ -520,7 +520,6 @@ void GCTracer::PrintNVP() const { |
"mark_weakrefs=%.1f " |
"mark_globalhandles=%.1f " |
"mark_codeflush=%.1f " |
- "mark_optimizedcodemaps=%.1f " |
"store_buffer_clear=%.1f " |
"slots_buffer_clear=%.1f " |
"sweep=%.2f " |
@@ -592,7 +591,6 @@ void GCTracer::PrintNVP() const { |
current_.scopes[Scope::MC_MARK_WEAK_REFERENCES], |
current_.scopes[Scope::MC_MARK_GLOBAL_HANDLES], |
current_.scopes[Scope::MC_MARK_CODE_FLUSH], |
- current_.scopes[Scope::MC_MARK_OPTIMIZED_CODE_MAPS], |
current_.scopes[Scope::MC_STORE_BUFFER_CLEAR], |
current_.scopes[Scope::MC_SLOTS_BUFFER_CLEAR], |
current_.scopes[Scope::MC_SWEEP], |