trySetAccessible​

2017-07-09 Thread Jochen Theodorou
Hi all, since the JVM now prints warnings if you call setAccssible there was the advise to move to trySetAccessible​ to prvent these warnings. Now I am told those warnings appear here as well. Now my question would be about what the intended behaviour here is. in what mode is a trySetAccessi

RE: trySetAccessible​

2017-07-09 Thread Stephen Felts
I have asked for a mechanism to avoid the warnings multiple times and there is no way to do it. That's unfortunate because there are multiple projects that have been modified to work with JDK9 and they still produce a warning. I have resorted to keeping a list of known warnings that are OK (cur