| Index: src/heap/heap.h
|
| diff --git a/src/heap/heap.h b/src/heap/heap.h
|
| index 014fe22eb1a1783af4ef702c35faf12c6705335f..cd3a0e3e672e2f476cf3e968d8fc08f39c2ad3a2 100644
|
| --- a/src/heap/heap.h
|
| +++ b/src/heap/heap.h
|
| @@ -1239,6 +1239,12 @@ class Heap {
|
|
|
| IncrementalMarking* incremental_marking() { return incremental_marking_; }
|
|
|
| + // ===========================================================================
|
| + // Concurrent marking API. ===================================================
|
| + // ===========================================================================
|
| +
|
| + ConcurrentMarking* concurrent_marking() { return concurrent_marking_; }
|
| +
|
| // The runtime uses this function to notify potentially unsafe object layout
|
| // changes that require special synchronization with the concurrent marker.
|
| // A layout change is unsafe if
|
|
|