diff options
Diffstat (limited to 'compiler/optimizing/intrinsics.h')
-rw-r--r-- | compiler/optimizing/intrinsics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/intrinsics.h b/compiler/optimizing/intrinsics.h index 0a431b8aa8..7a27b2506b 100644 --- a/compiler/optimizing/intrinsics.h +++ b/compiler/optimizing/intrinsics.h @@ -279,7 +279,7 @@ class VarHandleOptimizations : public IntrinsicOptimizations { // Note that the object null check is controlled by the above flag `SkipObjectNullCheck` // and arrays and byte array views (which always need a range check and sometimes also // array type check) are currently unsupported. - INTRINSIC_OPTIMIZATION(UseKnownBootImageVarHandle, 2); + INTRINSIC_OPTIMIZATION(UseKnownImageVarHandle, 2); }; #undef INTRISIC_OPTIMIZATION |