Use pre-JDK9 style FilePermissions on JDK9 when running from start scripts
This commit is contained in:
parent
ea65a01789
commit
6f69f54216
|
@ -59,6 +59,9 @@
|
||||||
# use our provided JNA always versus the system one
|
# use our provided JNA always versus the system one
|
||||||
-Djna.nosys=true
|
-Djna.nosys=true
|
||||||
|
|
||||||
|
# use old-style file permissions on JDK9
|
||||||
|
-Djdk.io.permissionsUseCanonicalPath=true
|
||||||
|
|
||||||
# flags to keep Netty from being unsafe
|
# flags to keep Netty from being unsafe
|
||||||
-Dio.netty.noUnsafe=true
|
-Dio.netty.noUnsafe=true
|
||||||
-Dio.netty.noKeySetOptimization=true
|
-Dio.netty.noKeySetOptimization=true
|
||||||
|
|
Loading…
Reference in New Issue