-
Enhancement
-
Resolution: Fixed
-
P3
-
9
-
b28
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8056534 | emb-9 | Jonathan Gibbons | P3 | Resolved | Fixed | master |
While the ToolBox class is a great step forward compared to the shell script tests it was designed to replace, it could do with some TLC and cleanup in the light of experience.
The Args objects would be better combined with the methods that invoke them, perhaps using a builder-style pattern.
Also the use of sun.tools.javac.Main is now discouraged since that is an unsupported internal API.
The Args objects would be better combined with the methods that invoke them, perhaps using a builder-style pattern.
Also the use of sun.tools.javac.Main is now discouraged since that is an unsupported internal API.
- backported by
-
JDK-8056534 Update/cleanup ToolBox
-
- Resolved
-
- relates to
-
JDK-8006212 javac, convert jtreg tests from shell script to java
-
- Closed
-