On Sat, 19 Nov 2022 01:43:59 GMT, Phil Race <[email protected]> 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