-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 26, 27
-
Component/s: tools
-
b09
There is a test framework used by various tests and located at:
test/langtools/lib/combo/tools/javac/combo/JavacTemplateTestBase.java
it has an invocation to JavacTask::analyze, which doesn't produce a full compilation. This is OK in most cases but it could return false positives if for some reason the compiler fails in a later phase.
There are several tests depending on this tool that are affected.
test/langtools/lib/combo/tools/javac/combo/JavacTemplateTestBase.java
it has an invocation to JavacTask::analyze, which doesn't produce a full compilation. This is OK in most cases but it could return false positives if for some reason the compiler fails in a later phase.
There are several tests depending on this tool that are affected.
- links to
-
Commit(master)
openjdk/jdk/ffb6279c
-
Review(master)
openjdk/jdk/29620