Skip to content

Commit

Permalink
Revert "Open "sun.net.util", "sun.nio.fs" and "java.nio.file" for ref…
Browse files Browse the repository at this point in the history
…lection (#2061)"

This reverts commit 088c5e4.
  • Loading branch information
denis-fokin committed Mar 29, 2023
1 parent 7d797c4 commit 043a89e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,9 @@ allprojects {
"--add-opens", "java.base/java.text=ALL-UNNAMED",
"--add-opens", "java.base/java.io=ALL-UNNAMED",
"--add-opens", "java.base/java.nio=ALL-UNNAMED",
"--add-opens", "java.base/java.nio.file=ALL-UNNAMED",
"--add-opens", "java.base/java.net=ALL-UNNAMED",
"--add-opens", "java.base/sun.security.util=ALL-UNNAMED",
"--add-opens", "java.base/sun.reflect.generics.repository=ALL-UNNAMED",
"--add-opens", "java.base/sun.net.util=ALL-UNNAMED",
"--add-opens", "java.base/sun.net.fs=ALL-UNNAMED",
"--add-opens", "java.base/java.security=ALL-UNNAMED",
"--add-opens", "java.base/java.lang.ref=ALL-UNNAMED",
"--add-opens", "java.base/java.math=ALL-UNNAMED",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ object OpenModulesContainer {
openPackage("java.base", "sun.reflect.generics.repository")
openPackage("java.base", "java.io")
openPackage("java.base", "java.nio")
openPackage("java.base", "java.nio.file")
openPackage("java.base", "java.net")
openPackage("java.base", "java.lang")
openPackage("java.base", "java.security")
Expand All @@ -29,8 +28,6 @@ object OpenModulesContainer {
openPackage("java.base", "java.lang.ref")
openPackage("java.base", "java.lang.reflect")
openPackage("java.base", "sun.security.provider")
openPackage("java.base", "sun.net.util")
openPackage("java.base", "sun.net.fs")
openPackage("java.base", "jdk.internal.event")
openPackage("java.base", "jdk.internal.jimage")
openPackage("java.base", "jdk.internal.jimage.decompressor")
Expand Down

0 comments on commit 043a89e

Please sign in to comment.