-
Notifications
You must be signed in to change notification settings - Fork 21
2.12.12: Regression in HashSet/HasMap with graal native-image #12084
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
Comments
similar substitution for |
Hi. What version of GraalVM and for what Java 8 or Java 11? |
Java 8 and 20.1.0
…On Fri, Jul 17, 2020 at 12:58 AM Dale Wijnand ***@***.***> wrote:
Hi. What version of GraalVM and for what Java 8 or Java 11?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#12084 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAALP7RE2G7CXN7X2D356C3R4AABNANCNFSM4O5AMKWA>
.
|
as with #12116, this may progress on the Graal side: #12116 (comment) |
and workarounds and knowhow are accumulating at https://github.com/scalameta/sbt-native-image |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
reproduction steps
Using the latest 2.12.12 release with graal native-image is throws error in runtime.
problem
The problem with the usage of MethodHandler in https://github.com/scala/scala/blob/2.12.x/src/library/scala/collection/immutable/VM.java#L24
parameters to used:
--no-server --allow-incomplete-classpath --no-fallback --report-unsupported-elements-at-runtime --initialize-at-build-time=scala
The text was updated successfully, but these errors were encountered: