On Fri, 2019-02-22 at 11:46 +0000, David Bosschaert wrote: > Hi Robert, > > The weaving hooks are potentially (if any are registered) run on the > class > bytes between the loading of the bytes and calling defineClass() > IIRC, not > sure what static initializers have to do with this as they are run > after > the defineClass() has been called I think? > > Best regards, > > David
I am not 100% sure what the process is, but the failure comes from a class initializer. So that's why I discussed about the class initializers. Robert
