Details
-
Enhancement
-
Resolution: Fixed
-
P4
-
11
-
b20
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8206717 | 12 | Jonathan Gibbons | P4 | Resolved | Fixed | team |
JDK-8206491 | 11.0.1 | Jonathan Gibbons | P4 | Resolved | Fixed | b01 |
Description
The test
test/langtools/tools/javac/launcher/SourceLauncherTest.java
of the Launch Single-File Source-Code Programs feature (JEP 330) often hard-codes the argument to the --source launcher option.
As the current JDK release number advances, it would be helpful to have more tests under the current release value too.
test/langtools/tools/javac/launcher/SourceLauncherTest.java
of the Launch Single-File Source-Code Programs feature (JEP 330) often hard-codes the argument to the --source launcher option.
As the current JDK release number advances, it would be helpful to have more tests under the current release value too.
Attachments
Issue Links
- backported by
-
JDK-8206491 Avoid hard-coding --source value in SourceLauncherTest.java
- Resolved
-
JDK-8206717 Avoid hard-coding --source value in SourceLauncherTest.java
- Resolved
- relates to
-
JDK-8193290 Add source 12 and target 12 to javac
- Resolved
-
JDK-8192920 JEP 330: Launch Single-File Source-Code Programs
- Closed