-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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.ClassCastException: java.lang.invoke.BoundMethodHandle$Species_LL cannot be cast to java.lang.invoke.SimpleMethodHandle #3341
Comments
@etspaceman thanks for the issue |
I have the same issue. |
@etspaceman when I tried your reproducer, I didn't get any error:
|
@etspaceman please share any other information which can help me to reproduce this issue |
I'm seeing a similar issue.
Compiled with native-image HelloWorld --initialize-at-build-time=HelloWorld foobar |
@kaspernielsen thanks for the reproducer, I am able to reproduce the issue |
Thanks for the reproducer @kaspernielsen . @mcraj017 - I switched out the library that was causing my issue in my latest versions. The commit that I had linked had this issue. But it seems we have a much simpler reproducer here which is good. |
Is this still reproducible with GraalVM 21.1? We definitely fixed a bug recently that caused a similar exception. |
The snippet I posted failed with 21.1
…On Fri, 30 Apr 2021 at 16.14, Christian Wimmer ***@***.***> wrote:
Is this still reproducible with GraalVM 21.1? We definitely fixed a bug
recently that caused a similar exception.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3341 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAASKRTZFRPDXRPQFLGO6T3TLLCNLANCNFSM42ZZNBUQ>
.
|
I am also encountering the same issue with 21.1
|
Hi loicottet, Did you get a chance to look into it?. Thanks in advance! |
The fix is ready and should be merged to master soon. |
Fixed by 540eff5 |
Describe the issue
Something seems to be missing from the MethodHandle support, getting:
Creating based on :
#2761 (comment)
Steps to reproduce the issue
Please include both build steps as well as run steps
sbt dockerComposeUp
Describe GraalVM and your environment:
message.txt
The text was updated successfully, but these errors were encountered: