RFR: 6426678: (spec) File.createTempFile(prefix, suffix, dir) needs clarification for illegal symbols in suffix

Brian Burkhalter bpb at openjdk.org
Fri Aug 2 00:30:31 UTC 2024


On Fri, 2 Aug 2024 00:21:28 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Add some verbiage indicating that an `IOException` will be thrown if a file with a name generated from the supplied prefix and suffix according to the described algorithm cannot be generated by the underlying system, whether that be due to the presence of one of more characters not supported by the underlying system or for some other reason.

To be created when verbiage changes are quiescent.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/20435#issuecomment-2264269407


More information about the core-libs-dev mailing list