-
Notifications
You must be signed in to change notification settings - Fork 9k
HADOOP-19530. Add --enable-native-access=ALL-UNNAMED JVM option #7627
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: trunk
Are you sure you want to change the base?
Conversation
💔 -1 overall
This message was automatically generated. |
@@ -182,6 +182,7 @@ | |||
--add-opens=java.base/java.util.zip=ALL-UNNAMED | |||
--add-opens=java.base/sun.security.util=ALL-UNNAMED | |||
--add-opens=java.base/sun.security.x509=ALL-UNNAMED | |||
--enable-native-access=ALL-UNNAMED |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please
keep this list sync with
hadoop-common-project/hadoop-common/src/main/bin/hadoop-functions.sh#hadoop_finalize_jpms_opts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for catching this, done.
💔 -1 overall
This message was automatically generated. |
Description of PR
Add the --enable-native-access=ALL-UNNAMED option to --enable-native-access=ALL-UNNAMED
How was this patch tested?
Run a test my JDK24 branch. The warning was no longer displayed
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?