diff options
Diffstat (limited to 'runtime/globals.h')
-rw-r--r-- | runtime/globals.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/globals.h b/runtime/globals.h index 83e302892a..5bc4b9146d 100644 --- a/runtime/globals.h +++ b/runtime/globals.h @@ -99,6 +99,9 @@ static constexpr bool kUseBrooksPointer = true; static constexpr bool kUseBrooksPointer = false; #endif +// If true, references within the heap are poisoned (negated). +static constexpr bool kPoisonHeapReferences = false; + } // namespace art #endif // ART_RUNTIME_GLOBALS_H_ |