On Fri, 10 Jul 2026 17:26:03 GMT, Phil Race <[email protected]> wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with two
>> additional commits since the last revision:
>>
>> - Source changes removed
>> - Source changes removed
>
> src/java.desktop/windows/classes/sun/java2d/windows/WindowsFlags.java line
> 172:
>
>> 170: "javax.accessibility.screen_magnifier_present", false);
>> 171: boolean ddEnabled =
>> 172: getBooleanProp("sun.java2d.d3d", magPresent);
>
> It is one thing to update the tests to use the d3d property, but another
> thing to remove the recognition of noddraw. This would be a compatibility
> issue for apps that set it.
> This would need a CSR too. Also ddEnabled becomes obsolete.
>
> You should consider backing off from making these source changes and just
> update the tests.
@prrace Any comment on this
https://github.com/openjdk/jdk/pull/31750#discussion_r3565859430 which will not
remove the property technically but will render it no-op from internal jdk ?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/31750#discussion_r3592353496