-
Notifications
You must be signed in to change notification settings - Fork 7
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
Portkey only works with java 8, not 9 or 10. #43
Comments
This is similar to clojure-goes-fast/clj-memory-meter#1 (comment), so:
gets to the next step, which is:
So we need to catch up with changes to classloader hierarchy in Java9. |
Then again, Lambda runtime is based on Java8, so it's best to use Java8 for Clojure Lambdas for now. |
for future ref: some avoid the flag by launching a helper process raphw/byte-buddy#295 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The issue has to do with Ouroboros not being able to instrument the jvm. I tried to highlight the issue but apparently asciinema doesn't display tmux output. Below is the stack trace.
The text was updated successfully, but these errors were encountered: