On 06/06/2017 04:34, Stephen Felts wrote:
The new format is missing information that was useful in the earlier 
-Dsun.reflect.debugModuleAccessChecks=true.  It printed something like
'java.base does not "opens java.text" to unnamed module ...'  so it was really 
obvious what option was needed.


`-Dsun.reflect.debugModuleAccessChecks=true` can still be used to hunt code that swallows IllegalAccessException or InaccessibleObjectException, particularly useful when running with `--illegal-access=deny`.

-Alan

Reply via email to