Skip to content

Commit

Permalink
Add more packages to the add-opens list
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Feb 20, 2024
1 parent 2a3f10c commit fdb846d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions configs/fiji.toml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,17 @@ jvm-args = [
# TODO: document where this happens on macOS.
'JAVA:9+|OS:MACOSX|--add-opens=java.desktop/com.apple.eawt=ALL-UNNAMED',

# For scenery - TODO: document exactly why
#'JAVA:9+|--add-opens=java.base/java.lang=ALL-UNNAMED',
'JAVA:9+|--add-opens=java.base/java.lang.invoke=ALL-UNNAMED',
'JAVA:9+|--add-opens=java.base/java.net=ALL-UNNAMED',
#'JAVA:9+|--add-opens=java.base/java.nio=ALL-UNNAMED',
'JAVA:9+|--add-opens=java.base/java.time=ALL-UNNAMED',
#'JAVA:9+|--add-opens=java.base/java.util=ALL-UNNAMED',
'JAVA:9+|--add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED',
'JAVA:9+|--add-opens=java.base/sun.nio.ch=ALL-UNNAMED',
'JAVA:9+|--add-opens=java.base/sun.util.calendar=ALL-UNNAMED',

# Avoid Jython's huge startup cost.
'-Dpython.cachedir.skip=true',

Expand Down

0 comments on commit fdb846d

Please sign in to comment.