Issue2856

classification
Title: WARNING: An illegal reflective access operation has occurred
Type: behaviour Severity: normal
Components: Jythonc compiler Versions: Jython 2.7.1
Milestone:
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: adamburke, jeff.allen, panda
Priority: Keywords:

Created on 2020-01-26.19:32:22 by panda, last changed 2020-02-01.09:09:06 by jeff.allen.

Messages
msg12932 (view) Author: SAROJ PANDA (panda) Date: 2020-01-26.19:32:22
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.python.core.PySystemState (file:/C:/STFX/Tutoring/CS%20128/Jython%20Installer/jython2.7.1/jython.jar) to method java.io.Console.encoding()
WARNING: Please consider reporting this to the maintainers of org.python.core.PySystemState
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Jython 2.7.1 (default:0df7adb1b397, Jun 30 2017, 19:02:43)
[Java HotSpot(TM) 64-Bit Server VM (Oracle Corporation)] on java11.0.2
Type "help", "copyright", "credits" or "license" for more information.
msg12952 (view) Author: Adam Burke (adamburke) Date: 2020-02-01.04:05:30
Hi, this looks like a dupe of https://bugs.jython.org/issue2656

2656 is fixed in 2.7.2b1 and thereafter.
msg12962 (view) Author: Jeff Allen (jeff.allen) Date: 2020-02-01.09:09:06
Essentially fixed, yes. The regression tests still trigger one, but it's in jnr-posix.

Gradle spits one out every time I use it, so I don't feel bad. :)
History
Date User Action Args
2020-02-01 09:09:06jeff.allensetstatus: open -> closed
resolution: duplicate
messages: + msg12962
nosy: + jeff.allen
2020-02-01 04:05:31adamburkesetnosy: + adamburke
messages: + msg12952
2020-01-26 19:32:22pandacreate