On 05/05/16 18:38, Michael Rasmussen wrote: > While waiting for some proper way of doing this, in my current prototype > for supporting jigsaw I'm simply injecting a class into the > java.lang.reflect package that can call setAccessible0, in order to > circumvent these checks. > Probably not what was envisioned either :)
Hmm, I considered that but had not investigated modules in enough detail to determine how to do it. So, I took the easy route and knobbled the access check code. Is your code open source? More importantly, is its license compatible with the LGPL license used by Byteman? If so then can I take a peek? (and maybe steal it :-) regards, Andrew Dinn -----------