Message11952

Author jeff.allen
Recipients jeff.allen
Date 2018-05-07.12:18:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525695485.69.0.682650639539.issue2656@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2018-05-07 12:18:05jeff.allensetmessageid: <1525695485.69.0.682650639539.issue2656@psf.upfronthosting.co.za>
2018-05-07 12:18:05jeff.allensetrecipients: + jeff.allen
2018-05-07 12:18:05jeff.allenlinkissue2656 messages
2018-05-07 12:18:05jeff.allencreate