Reason was that it tried to invokeInterface whereas a bridge redirects to a local (virtual) method. The local method was flagged incorrectly as the same type as the bridger which would be interface, hence the error