eclipse-archived/ceylon

`WARNING: An illegal reflective access operation has occurred` message on Java 9

Opened this issue · 1 comments

It turns out we can fix this message by upgrading to the latest JBoss Modules, but a lot of tests are broken if I do that, on Java 8 and Java 9, some of which have to do with the fact that the latest JBoss Modules now handles Java module names (that we used to hide from it via JDKUtils) and others related to module visibility and permissions. That appears to be too much work at this point.

Pushed my WIP on a branch.