JDK-8249632 : remove no-arg constructor from ToolProvider
  • Type: Enhancement
  • Component: tools
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-07-16
  • Updated: 2020-12-21
  • Resolved: 2020-07-17
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 16
16 b07Fixed
Related Reports
Blocks :  
CSR :  
Relates :  
Description
In JDK 14, an explicit no-arg constructor was added to javax.tools.ToolProvider by JDK-8230734 to replace the compiler-generated default constructor. The explicit constructor was added in a terminally deprecated state; therefore, it should be removed at some point.
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/b8f1b7f9ea0e User: darcy Date: 2020-07-17 23:38:58 +0000
17-07-2020

Review thread: https://mail.openjdk.java.net/pipermail/compiler-dev/2020-July/014744.html
17-07-2020

Yep; good to get this done in JDK 16. Thanks for the reminder.
16-07-2020