Fix constructor access check through reflection
We must not throw IllegalAccessException if the constructor has been made accessible by a previous call to Constructor.setAccessible, even if the caller cannot access the constructor. Bug: 20639158 Change-Id: I9a34f05cdbb8825ad88b42223743690228e3f03e
Loading
Please sign in to comment