summaryrefslogtreecommitdiff
path: root/test/840-resolution/src2/SuperClassPrivateFoo.java
AgeCommit message (Collapse)Author
2022-07-07Fix one edge case at method linking to throw at runtime. Nicolas Geoffray
If we could not find a public implementation for a public method, throw an IllegalAccessError at runtime, when the method is actually called, instead of when the class is being created. Test: 840-resolution Test: 182-method-linking Change-Id: I741c7d0f6fc3b90a5d1614e1a9b76985a2eb32e2