On 26/02/2020 12:45, 向伟(识月) wrote:
:
It is an internal library, we may suggest the user to change their code.
But actually, it isn't easy to find the code if the other users have similar
usage.
If you with --illegal-access=debug then you'll get a stack trace that
should help you quickly identify the code. The plan is to eventually
switch to --illegal-access=deny by default so should help with issues
like this. There will be other code that is hacking in with Unsafe but
that's a longer term issue to sort out.
-Alan