JDK-8297976 : Remove sun.net.ProgressMonitor and related classes
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.net
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-12-01
  • Updated: 2022-12-12
  • Resolved: 2022-12-07
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 20
20 b27Fixed
Related Reports
Relates :  
Description
The classes were introduced in JDK-4994372 as a replacement for ProgressData; since JDK9 the package sun.net is not exported from java.base, and is not used by any JDK classes.

Removing these classes will also allow us to remove MeteredStream finalizer, which will fix JDK-8240275.
Comments
Changeset: 27bbe7be Author: Daniel JeliƄski <djelinski@openjdk.org> Date: 2022-12-07 08:56:10 +0000 URL: https://git.openjdk.org/jdk/commit/27bbe7be2c43a22e8cf55aa403d8018346ae3e37
07-12-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/11474 Date: 2022-12-02 08:31:25 +0000
02-12-2022