RFR: JDK-8297230: Update Marlin2D to 0.9.4.6 [v3]

Laurent Bourgès lbourges at openjdk.org
Sat Nov 19 22:16:12 UTC 2022


On Sat, 19 Nov 2022 01:43:59 GMT, Phil Race <prr at openjdk.org> wrote:

>> Laurent Bourgès has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   added HugePolygonClipTest
>
> src/java.desktop/share/classes/sun/java2d/marlin/MarlinProperties.java line 87:
> 
>> 85:     public static boolean isProfileQuality() {
>> 86:         final String key = "sun.java2d.renderer.profile";
>> 87:         final String profile = getString(key, "quality");
> 
> Not for this review, but some time we need to make sure there are no incompatibilities
> associated with these properties. What I really mean is a shortcut for speed that causes
> rendering that violates the SE spec needs to be disabled in JDK.
> I have no reason here to suppose that but we should test it some day.

Good point, to be discussed later

-------------

PR: https://git.openjdk.org/jdk/pull/11225



More information about the client-libs-dev mailing list