-
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
Method Handles ends up with java.util.ConcurrentModificationException #3695
Comments
@dainiusjocas Thanks for reporting the issue, we will check it out and get back to you |
@dainiusjocas I have tried using graalvm-ce-java11-21.3.0-dev
|
@mcraj017 I've downloaded and installed that version Good thing is that the previous exception doesn't happen anymore. Bad thing is that after several retries I'm getting a different exception which is also related to the method handles. I believe that it might be a problem due to the generated code on the Lucene side, but still might be of interest for the GraalVM team:
Since the problem happens sometimes I've put the call into a loop:
|
@dainiusjocas I did executed with loop[ but still no error:
|
Closing this issue as there is no activity in last 30 daysa |
When compiled with the
native-image
the concurrent invocation of the Lovins stemmer sometimes fails with an exception (see below).It seems that the GraalVM method handles implementation causes the exception.
When running in the JVM the same code never fails.
Steps to reproduce the issue
Please include both build steps as well as run steps
An alternative for the last step to invoke the same code in JVM would be:
Describe GraalVM and your environment:
Installing Clojure as described here https://clojure.org/guides/getting_started
The text was updated successfully, but these errors were encountered: