Index: src/safepoint-table.h |
diff --git a/src/safepoint-table.h b/src/safepoint-table.h |
index ea35253ff8458f0b7e8040f2cecf50bf5ad6b84d..cd094c55bf2fbb7d3f56eb8f377f9b5ecd8e64ea 100644 |
--- a/src/safepoint-table.h |
+++ b/src/safepoint-table.h |
@@ -219,6 +219,9 @@ class SafepointTableBuilder BASE_EMBEDDED { |
// Record deoptimization index for lazy deoptimization for the last |
// outstanding safepoints. |
void RecordLazyDeoptimizationIndex(int index); |
+ void BumpLastLazySafepointIndex() { |
+ last_lazy_safepoint_ = deopt_index_list_.length(); |
+ } |
// Emit the safepoint table after the body. The number of bits per |
// entry must be enough to hold all the pointer indexes. |