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
jaotc: long compile time for synthesized class files #288
Comments
Thanks for the report. I've managed to come up with a unit test that reproduces the long compile time:
It's still running after about 15 mins on my Mac. |
It seems the solution is to reduce the default value for
/cc @veresov |
The underlying Graal issue is fixed by 1b0ce5a. This probably won't show up in |
It takes a long time for jaotc to compile the attached generated class file (C0.class).
Actually, there are a couple of classes that can trigger the same behavior.
Since they may have the same cause, I attached just one of them here.
The text was updated successfully, but these errors were encountered: