Integrated: 8286444: javac errors after JDK-8251329 are not helpful enough to find root cause

Christoph Langer clanger at openjdk.java.net
Sat May 14 10:59:54 UTC 2022


On Mon, 9 May 2022 22:10:54 GMT, Christoph Langer <clanger at openjdk.org> wrote:

> After https://bugs.openjdk.java.net/browse/JDK-8251329, javac throws errors when the classpath
> contains jar files with . or .. in its name. The error message, however, does not help to find
> the culprit. This could be improved.

This pull request has now been integrated.

Changeset: 29c4b8e8
Author:    Christoph Langer <clanger at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/29c4b8e80d1860249a79cfd1941354150468fc5b
Stats:     7 lines in 1 file changed: 5 ins; 0 del; 2 mod

8286444: javac errors after JDK-8251329 are not helpful enough to find root cause

Reviewed-by: mdoerr

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

PR: https://git.openjdk.java.net/jdk/pull/8616


More information about the compiler-dev mailing list