Skip to content

Commit

Permalink
Add remaining "Extra Options for Java"
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Dec 19, 2024
1 parent c450047 commit 473363b
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions configs/jvm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ jvm.recognized-args = [
'--add-modules=*', # 11, 17, 21
'--add-opens <>', # 11, 17, 21
'--add-opens=*', # 11, 17, 21
'--add-reads <>', # 11, 17, 21
'--add-reads=*', # 11, 17, 21
'--class-path <>', # 11, 17, 21
'--class-path=*', # 11, 17, 21
'--describe-module <>', # 11, 17, 21
Expand All @@ -149,17 +151,23 @@ jvm.recognized-args = [
'--enable-native-access <>', # 17, 21
'--enable-native-access=*', # 17, 21
'--enable-preview', # 11, 17, 21
'--illegal-access <>', # 11
'--illegal-access=*', # 11
'--help', # 11, 17, 21
'--help-extra', # 11, 17, 21
'--illegal-access <>', # 11
'--illegal-access=*', # 11
'--limit-modules <>', # 11, 17, 21
'--limit-modules=*', # 11, 17, 21
'--list-modules', # 11, 17, 21
'--module=*', # 11, 17, 21
'--module <>', # 11, 17, 21
'--module=*', # 11, 17, 21
'--module-path <>', # 11, 17, 21
'--module-path=*', # 11, 17, 21
'--patch-module <>', # 11, 17, 21
'--patch-module=*', # 11, 17, 21
'--show-module-resolution', # 11, 17, 21
'--show-version', # 11, 17, 21
'--source <>', # 11, 17, 21
'--source=*', # 11, 17, 21
'--upgrade-module-path <>', # 11, 17, 21
'--upgrade-module-path=*', # 11, 17, 21
'--validate-modules', # 11, 17, 21
Expand Down

0 comments on commit 473363b

Please sign in to comment.