-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 12
-
Component/s: tools
-
b03
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8299656 | 11.0.19-oracle | Ramesh Gangadhar | P4 | Resolved | Fixed | b01 |
| JDK-8302638 | 11.0.19 | Goetz Lindenmaier | P4 | Resolved | Fixed | b03 |
Various javac tests have checks for the resource key
compiler.warn.source.no.bootclasspath
which results from using -source/-target without setting the bootclass patch. Such tests are also susceptible to other messages being generated from command line options, such as a notice that source level is obsolete.
To reduce future need to update such tests, if they were modified to pass in -Xlint:-options as appropriate, the no bootclasspath message and other options-related message would be suppressed.
compiler.warn.source.no.bootclasspath
which results from using -source/-target without setting the bootclass patch. Such tests are also susceptible to other messages being generated from command line options, such as a notice that source level is obsolete.
To reduce future need to update such tests, if they were modified to pass in -Xlint:-options as appropriate, the no bootclasspath message and other options-related message would be suppressed.
- backported by
-
JDK-8299656 Reduce incidence of compiler.warn.source.no.bootclasspath in javac tests
-
- Resolved
-
-
JDK-8302638 Reduce incidence of compiler.warn.source.no.bootclasspath in javac tests
-
- Resolved
-
- relates to
-
JDK-8028563 Remove javac support for 6/1.6 source and target values
-
- Resolved
-