JDK-8242106 : [macos] Remove obsolete GlassView2D.m class
  • Type: Bug
  • Component: javafx
  • Sub-Component: window-toolkit
  • Affected Version: 8,openjfx11
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • Submitted: 2020-04-03
  • Updated: 2020-06-22
  • Resolved: 2020-04-08
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 8 Other
8u261Fixed openjfx11.0.8Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
GlassView2D was made obsolete in JDK 8 by JDK-8102018, but the GlassView2D.m / .h class files were left in the repo. It is dead code, as there are no references to that class.

We should remove these obsolete files so we don't have to keep updating it when making changes (see JDK-8236971 for a recent example). Doing this will also make refactoring easier (see JDK-8091867).
Comments
Changeset: c154538f Author: Kevin Rushforth <kcr@openjdk.org> Date: 2020-04-08 12:04:14 +0000 URL: https://git.openjdk.java.net/jfx/commit/c154538f
08-04-2020