On Mon, 11 Apr 2022 10:13:40 GMT, Claes Redestad <redes...@openjdk.org> wrote:

> checkExactAccessMode -> checkAccessModeThenIsDirect

Don't you still want "Exact" in there? That "access" check seems odd anyway as 
it only checks for one form of mismatch - should it not also check for `!exact 
&& accessModeType(ad.type) == ad.symbolicMethodTypeExact`?

-------------

PR: https://git.openjdk.java.net/jdk/pull/8160

Reply via email to