-
Bug
-
Resolution: Fixed
-
P5
-
25
-
jdk-25+4-36-ge413fc643c4
-
b06
-
generic
-
generic
Several of the javac regression tests invoke the compiler with the "-Xlint:all,-path" flag, but the "path" option is unrelated to, and not needed for, the test.
The tests all succeed just fine without it, i.e., with "-Xlint:all" instead.
The use of "-path" appears to be leftover cruft from long ago.
Discussion: https://mail.openjdk.org/pipermail/compiler-dev/2024-November/028514.html
The tests all succeed just fine without it, i.e., with "-Xlint:all" instead.
The use of "-path" appears to be leftover cruft from long ago.
Discussion: https://mail.openjdk.org/pipermail/compiler-dev/2024-November/028514.html
- links to
-
Commit(master) openjdk/jdk/cb9a98b3
-
Review(master) openjdk/jdk/22958