JDK-8262951 : Release Note: The obsolete Pisces rasterizer has been removed from JavaFX
  • Type: Sub-task
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: openjfx16
  • Priority: P3
  • Status: Resolved
  • Resolution: Delivered
  • Submitted: 2021-03-03
  • Updated: 2021-03-04
  • Resolved: 2021-03-04
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.
Other
openjfx16Resolved
Description
The obsolete Pisces rasterizer has been removed from JavaFX. The Marlin rasterizer has been the default since JDK 10, but it was possible to select either the native Pisces rasterizer or the Java-based Pisces rasterizer by setting the `prism.rasterizerorder` system property to `nativepisces` or `javapisces`, respectively. Those options will now be silently ignored and the default Marlin rasterizer will always be used.