diff options
Diffstat (limited to 'runtime/class_linker.cc')
-rw-r--r-- | runtime/class_linker.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/class_linker.cc b/runtime/class_linker.cc index f5a4ce689c..e109a505b6 100644 --- a/runtime/class_linker.cc +++ b/runtime/class_linker.cc @@ -1195,11 +1195,6 @@ void ClassLinker::RunRootClinits(Thread* self) { for (ArtField* field : static_fields_of_classes_to_initialize) { EnsureRootInitialized(this, self, field->GetDeclaringClass()); } - - // This invariant is important since otherwise we will have the entire proxy invoke system - // confused. - DCHECK_NE(WellKnownClasses::java_lang_reflect_Proxy_init->GetEntryPointFromQuickCompiledCode(), - GetQuickInstrumentationEntryPoint()); } ALWAYS_INLINE |