In case of Java11 there is no accessor for private static fields are being generated and Nested classes access fields of Nested host directly. #653 added support for this but it fails for static fields as corresponding clinit wrapper wasn't generated. It cased linker failure with message:
In case of Java11 there is no accessor for private static fields are being generated and Nested classes access fields of Nested host directly. #653 added support for this but it fails for static fields as corresponding clinit wrapper wasn't generated. It cased linker failure with message: