On Mon, 5 Feb 2024 20:11:43 GMT, Mandy Chung <mch...@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. This pull request has now been integrated. Changeset: b814c318 Author: Mandy Chung <mch...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/b814c3184e5975e2556911c3a386e6d9bc114d24 Stats: 5 lines in 2 files changed: 1 ins; 0 del; 4 mod 8321703: jdeps generates illegal dot file containing nodesep=0,500000 8325262: jdeps can drop printing stack trace when FindException is thrown due to modules not found Reviewed-by: jpai, alanb ------------- PR: https://git.openjdk.org/jdk/pull/17713