< prev index next >

src/java.base/share/conf/security/java.security

Print this page
rev 52921 : 8211752: JNU_ThrowIOExceptionWithLastErrorAndPath - enhance some IOExceptions with path causing the issue

@@ -1082,9 +1082,11 @@
 #             message information
 #
 #  jar      - enables more detailed information in the IOExceptions thrown
 #             by classes in the java.util.jar package
 #
+#  path     - extend exceptions with additional path information
+#
 # The property setting in this file can be overridden by a system property of
 # the same name, with the same syntax and possible values.
 #
-#jdk.includeInExceptions=hostInfo,jar
+#jdk.includeInExceptions=hostInfo,jar,path
< prev index next >