JDK-8143849 : Integrate Marlin renderer per JEP 265
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-11-23
  • Updated: 2021-04-13
  • Resolved: 2015-11-23
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 9 Other
9 b96Fixed openjdk8u252Fixed
Related Reports
Blocks :  
Duplicate :  
Relates :  
Relates :  
Sub Tasks
JDK-8268667 :  
Comments
Fix Request [8u] This is the starting point of the Marlin renderer backport in OpenJDK 8 updates. Azul zulu8 and JetBrains JRE8 already provide this renderer in their openjdk builds. This initial patch will provide the new renderer, better performance & higher quality in 8u, but disabled by default in contrary to jdk9, to not change the default behaviour (Pisces) yet. To enable it, set the System property: -Dsun.java2d.renderer=sun.java2d.marlin.MarlinRenderingEngine The modified patch was reviewed in the RFR thread: https://mail.openjdk.java.net/pipermail/jdk8u-dev/2020-January/011010.html
27-01-2020