-
Couldn't load subscription status.
- Fork 52
HBASE-29545 Remove usage of Unsafe.defineClass #148
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
base: master
Are you sure you want to change the base?
Conversation
|
💔 -1 overall
This message was automatically generated. |
a267a9c to
dd15db2
Compare
|
🎊 +1 overall
This message was automatically generated. |
|
It would help if we want to build hbase-thirdparty with only java 17 |
|
should we adapt these functions to use java.lang.invoke.MethodHandles.Lookup.defineClass instead? |
That would alleviate concerns about removing methods in a patch release. |
|
The problem is that Lookup.defineClass is only available since JDK 9 |
No description provided.