-
Bug
-
Resolution: Fixed
-
P4
-
11, 12, 13
-
b11
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8222593 | 12u-cpu | Christoph Langer | P4 | Resolved | Fixed | master |
JDK-8222046 | 12.0.2 | Christoph Langer | P4 | Resolved | Fixed | b03 |
JDK-8248356 | 11.0.9-oracle | Adam Sotona | P4 | Resolved | Fixed | b01 |
JDK-8222016 | 11.0.4 | Christoph Langer | P4 | Resolved | Fixed | b01 |
test/langtools/tools/javac/processing/model/completionfailure/SymbolsDontCumulate.java fails if it was run standalone in a scratched jtreg folder. The test then fails during compilation of the toolbox test library:
test/langtools/tools/lib/toolbox/JavacTask.java:365:
error: Result.exitCode in package com.sun.tools.javac.main is not accessible
return taskImpl.doCall().exitCode;
^
- backported by
-
JDK-8222016 [TESTBUG] Fix test langtools/tools/javac/processing/model/completionfailure/SymbolsDontCumulate.java in standalone mode
- Resolved
-
JDK-8222046 [TESTBUG] Fix test langtools/tools/javac/processing/model/completionfailure/SymbolsDontCumulate.java in standalone mode
- Resolved
-
JDK-8222593 [TESTBUG] Fix test langtools/tools/javac/processing/model/completionfailure/SymbolsDontCumulate.java in standalone mode
- Resolved
-
JDK-8248356 [TESTBUG] Fix test langtools/tools/javac/processing/model/completionfailure/SymbolsDontCumulate.java in standalone mode
- Resolved
- duplicates
-
JDK-8219514 tools/javac/processing/model/completionfailure/SymbolsDontCumulate.java got compilation failed
- Closed