-
Notifications
You must be signed in to change notification settings - Fork 40
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
Type hint toArray to fix JDK11 compatibility #37
Conversation
@amalloy re-noting this issue now that JDK 11 is released |
type hint can be Agreed that this needs a hotfix for JDK11. |
PR is now modified to use |
Got bitten after upgrading to JDK11.. |
Yes, for us it is the |
+1 for this fix |
@amalloy I'm going to chime in here and hope that the owner/person with write access will merge this or create a hotfix for java11. Thanks! |
This is now available in |
On JDK11,
toArray
needs to be hinted (see openjdk change).See CRRBV-18 for the core.rrb-vector fix, and CLJ-2374 for the same issue in clojure.