From 39e2b7a6d39d7552e44ccc7e9ee2bfa426698141 Mon Sep 17 00:00:00 2001 From: Maurizio Cimadamore Date: Tue, 17 Oct 2023 16:38:22 +0000 Subject: [PATCH] 8318295: Update launcher help for enable-native-access Reviewed-by: jvernee --- .../share/classes/sun/launcher/resources/launcher.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java.base/share/classes/sun/launcher/resources/launcher.properties b/src/java.base/share/classes/sun/launcher/resources/launcher.properties index f2ec465be26..219f0d977b5 100644 --- a/src/java.base/share/classes/sun/launcher/resources/launcher.properties +++ b/src/java.base/share/classes/sun/launcher/resources/launcher.properties @@ -63,8 +63,8 @@ java.launcher.opt.footer = \ \ can also be ALL-DEFAULT, ALL-SYSTEM,\n\ \ ALL-MODULE-PATH.\n\ \ --enable-native-access [,...]\n\ -\ modules that are permitted to perform restricted native operations.\n\ -\ can also be ALL-UNNAMED.\n\ +\ allow code in modules to access code and data outside the Java runtime.\n\ +\ can also be ALL-UNNAMED to indicate code on the class path.\n\ \ --list-modules\n\ \ list observable modules and exit\n\ \ -d \n\