-
-
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
Compilation fails with openjdk8 u92 #3838
Comments
Looks like the problem was our /**
* Throws IllegalAccessError; for use by the VM.
* @since 1.8
*/
private static void throwIllegalAccessError() {
throw new IllegalAccessError();
} The javac command line |
Here's the actual error, FWIW, along with the useless Maven error. Maven:
javac with command line:
I guess it really didn't like us taking that method away. |
Nothing like a forrest of plexuses, classworlds and mojos to make problems easy to understand. |
Just switching to openjdk7 u99 make it succeed
The text was updated successfully, but these errors were encountered: