This enhancement has multiple parts
1 - Move the server feature of sjavac to javac, could be enabled using a private / undocumented --server command line arguments
2 - Remove all the other sjavac code from the jdk.compiler module
3 - Fix the OpenJDK makefiles to remove all traces of sjavac and use javac --server instead.
1 - Move the server feature of sjavac to javac, could be enabled using a private / undocumented --server command line arguments
2 - Remove all the other sjavac code from the jdk.compiler module
3 - Fix the OpenJDK makefiles to remove all traces of sjavac and use javac --server instead.
- relates to
-
JDK-8297041 Remove the last remnants of sjavac
-
- Resolved
-