> On Apr 7, 2016, at 11:30 AM, Dawid Weiss <dawid.we...@gmail.com> wrote: > >> Have you been able to establish what the proxy interfaces are? > > Considering the full stack trace I see they seem to be some internal > initialization services. I'll have to clone the sources of the library > and inject some code to debug it (or use runtime injection). I may try > to do it tomorrow, it's been a long day. I'll let you know (and very > likely ask for more help) once I find out!
Can you also run with -Djdk.proxy.debug=debug that prints out the interfaces and the target module of the proxy class. Mandy