Give proxy all of the return types. Part 2.
Change-Id: I953144290307f46824642837530ac4deeb6a78b2
diff --git a/src/class_linker.cc b/src/class_linker.cc
index 44ca80c..8638b30 100644
--- a/src/class_linker.cc
+++ b/src/class_linker.cc
@@ -1632,7 +1632,7 @@
// Create constructor for Proxy that must initialize h
Class* proxy_class = GetClassRoot(kJavaLangReflectProxy);
ObjectArray<Method>* proxy_direct_methods = proxy_class->GetDirectMethods();
- CHECK_EQ(proxy_direct_methods->GetLength(), 12);
+ CHECK_EQ(proxy_direct_methods->GetLength(), 15);
Method* proxy_constructor = proxy_direct_methods->Get(2);
// Clone the existing constructor of Proxy (our constructor would just invoke it so steal its
// code_ too)