Message11952
Updating netty helps too. https://hg.python.org/jython/rev/ead1cae7f8de
The list currently produced from:
dist\bin\jython -J--illegal-access=warn -m test.regrtest -e >refacc.log 2>&1
and in bash:
cat refacc.log | grep reflective | sort | uniq
with a bit of clean up is:
WARNING: An illegal reflective access operation has occurred
By jnr.posix.JavaLibCHelper$ReflectiveAccess (jnr-posix-3.0.44.jar) to field java.io.FileDescriptor.fd
By jnr.posix.JavaLibCHelper$ReflectiveAccess (jnr-posix-3.0.44.jar) to field java.io.FileDescriptor.handle
By jnr.posix.JavaLibCHelper$ReflectiveAccess (jnr-posix-3.0.44.jar) to field sun.nio.ch.FileChannelImpl.fd
By jnr.posix.JavaLibCHelper$ReflectiveAccess (jnr-posix-3.0.44.jar) to method sun.nio.ch.SelChImpl.getFD()
By jnr.posix.util.FieldAccess (jnr-posix-3.0.44.jar) to field java.io.FileDescriptor.fd
By org.python.core.PyJavaType (jython-dev.jar) to method java.lang.Object.finalize()
By org.python.core.PyReflectedFunction (jython-dev.jar) to field java.lang.ProcessImpl.handle
By org.python.modules.gc (jython-dev.jar) to field java.util.ArrayList.elementData |
|
Date |
User |
Action |
Args |
2018-05-07 12:18:05 | jeff.allen | set | messageid: <1525695485.69.0.682650639539.issue2656@psf.upfronthosting.co.za> |
2018-05-07 12:18:05 | jeff.allen | set | recipients:
+ jeff.allen |
2018-05-07 12:18:05 | jeff.allen | link | issue2656 messages |
2018-05-07 12:18:05 | jeff.allen | create | |
|