-
Notifications
You must be signed in to change notification settings - Fork 323
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
Investigate Oracle GraalVM translated exception issue #9481
Conversation
Trying to reproduce
In the dry-run benchmarks in |
The verbose option passed to the JVM (763cdc6) does not help, i.e., nothing more is printed as can be seen in enso/engine/runtime/src/main/java/org/enso/interpreter/caches/ImportExportCache.java Line 78 in 2ea2a57
|
Since the problem has already been fixed on the JDK side (#9457 (comment)), let's close this PR as it adds no added value to the solution of the problem. |
Request for backport of JDK-8329564 into JDK 21 has been entered into My Oracle Support: as SR 3-37944867291. |
Fixes #9457
Pull Request Description
Important Notes
Checklist
Please ensure that the following checklist has been satisfied before submitting the PR:
Scala,
Java,
and
Rust
style guides. In case you are using a language not listed above, follow the Rust style guide.
./run ide build
.