-
Notifications
You must be signed in to change notification settings - Fork 939
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
java.lang.reflect.GenericSignatureFormatError when compiling Java sources #1035
Comments
This appears to be a Java reflection bug, probably one of the ones linked here: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6476261. The commit here is a workaround. |
Ok, thanks! |
harrah
added a commit
that referenced
this issue
Mar 21, 2014
…e as a backup. Review by @gkossakowski.
jvican
added a commit
to scalacenter/zinc
that referenced
this issue
Aug 11, 2017
The workarounds are not necessary anymore, http://bugs.java.com/bugdatabase/view_bug.do?bug_id=6476261 has been fixed in JDK8, which is the JDK version that Zinc demands.
jvican
added a commit
to scalacenter/zinc
that referenced
this issue
Sep 28, 2017
The workarounds are not necessary anymore, http://bugs.java.com/bugdatabase/view_bug.do?bug_id=6476261 has been fixed in JDK8, which is the JDK version that Zinc demands.
jvican
added a commit
to scalacenter/zinc
that referenced
this issue
Sep 28, 2017
The workarounds are not necessary anymore, http://bugs.java.com/bugdatabase/view_bug.do?bug_id=6476261 has been fixed in JDK8, which is the JDK version that Zinc demands.
jvican
added a commit
to scalacenter/zinc
that referenced
this issue
Sep 28, 2017
The workarounds are not necessary anymore, http://bugs.java.com/bugdatabase/view_bug.do?bug_id=6476261 has been fixed in JDK8, which is the JDK version that Zinc demands.
jvican
added a commit
to scalacenter/zinc
that referenced
this issue
Sep 28, 2017
The workarounds are not necessary anymore, http://bugs.java.com/bugdatabase/view_bug.do?bug_id=6476261 has been fixed in JDK8, which is the JDK version that Zinc demands.
jvican
added a commit
to sbt/zinc
that referenced
this issue
Sep 28, 2017
Remove workarounds for sbt/sbt#1035
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a project which include some Java sources which make sbt crash during compilation. I am using sbt 0.13.0 with Java 6 (OS X). To reproduce:
This will compile the project. sbt will crash at some point:
If one runs
compile
again, it apparently succeeds, but has some incomplete state (see Stack Overflow).The text was updated successfully, but these errors were encountered: