paulk-asert opened a new pull request, #2882: URL: https://github.com/apache/groovy/pull/2882
…asses The generated trampoline names the declaring class, the return type and the parameter types in its bytecode (CHECKCAST, INVOKE*, or the classData invokeExact descriptor). A hidden class cannot be resolved by name, so the trampoline for e.g. a ProxyGeneratorAdapter proxy defined and initialised fine but threw NoClassDefFoundError on first invoke once the method passed the generation threshold. tryCreate now sticky-declines when any of those types is hidden, keeping the reflective path. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
