RFR: 8321703: jdeps generates illegal dot file containing nodesep=0,500000
Alan Bateman
alanb at openjdk.org
Tue Feb 6 07:38:53 UTC 2024
On Mon, 5 Feb 2024 20:11:43 GMT, Mandy Chung <mchung at openjdk.org> wrote:
> Trivial fix. Call `PrintWriter::format` with null `Locale` to format with no localization.
>
> This PR also fixes JDK-8325262 to print `FindException` message without the stack trace to indicate clearer that the given module path is incorrect.
Looks okay. (JDK-8325262 should probably be changed to be Bug rather than Enhancement)
-------------
Marked as reviewed by alanb (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/17713#pullrequestreview-1864453326
More information about the core-libs-dev
mailing list