-
-
Notifications
You must be signed in to change notification settings - Fork 925
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JRuby 9.1.7.0 fails to start on Java 9 #4558
Comments
Workaround: Add some
So far at least 4 packages need to be added for opens. Possibly more I haven't found yet. |
there is a new introduced --permit-illegal-access Java option which relax access checks, so you still can setAccessible, JVM will also prints warnings, so you are able to track your illegal access. please be informed that the option will be removed in JDK 10, hence it an be used only as an indeed temporary workaround. |
JRuby 9.1.8.0 should start up fine on Java 9, though for this example there's obviously some rogue output (stty?):
I'll look into that output separately. |
JRuby master does not appear to have the stty output. |
Environment
Other environmentals:
Docker image "openjdk:9-jdk" (shortest path for me to try Java 9)
Reproducing.
Result:
The text was updated successfully, but these errors were encountered: