Details
-
Enhancement
-
Resolution: Fixed
-
P4
-
12
-
b01
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8270254 | 11.0.13-oracle | Abdul Kolarkunnu | P4 | Resolved | Fixed | b02 |
JDK-8271057 | 11.0.13 | Christoph Langer | P4 | Resolved | Fixed | b01 |
Description
The javac test
tools/javac/api/T6265137.java
uses a hard-coding -target value. The test could be made robust to JDK version changes, meaning it would not need to be updated on version changes, if it created the target argument based on some other version information, such as Runtime.version() or extracted from the SourceVersion enum.
tools/javac/api/T6265137.java
uses a hard-coding -target value. The test could be made robust to JDK version changes, meaning it would not need to be updated on version changes, if it created the target argument based on some other version information, such as Runtime.version() or extracted from the SourceVersion enum.
Attachments
Issue Links
- backported by
-
JDK-8270254 Make tools/javac/api/T6265137.java robust to JDK version changes
- Resolved
-
JDK-8271057 Make tools/javac/api/T6265137.java robust to JDK version changes
- Resolved
- relates to
-
JDK-8193290 Add source 12 and target 12 to javac
- Resolved