diff options
Diffstat (limited to 'runtime/art_method.cc')
-rw-r--r-- | runtime/art_method.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/art_method.cc b/runtime/art_method.cc index 89dc93b895..2d7129abad 100644 --- a/runtime/art_method.cc +++ b/runtime/art_method.cc @@ -696,7 +696,7 @@ void ArtMethod::SetIntrinsic(uint32_t intrinsic) { DCHECK_EQ(is_compilable, IsCompilable()); DCHECK_EQ(must_count_locks, MustCountLocks()); // Only DCHECK that we have preserved the hidden API access flags if the - // original method was not on the whitelist. This is because the core image + // original method was not in the SDK list. This is because the core image // does not have the access flags set (b/77733081). if ((hiddenapi_flags & kAccHiddenapiBits) != kAccPublicApi) { DCHECK_EQ(hiddenapi_flags, hiddenapi::GetRuntimeFlags(this)) << PrettyMethod(); |