On Thu, 23 Jul 2026 11:35:11 GMT, Prasanta Sadhukhan <[email protected]> 
wrote:

> Test should not run in non-WIndows platform if `sun.java2d.d3d=true` but 
> `isSupported` call in the test checks for `Boolean.getBoolean(d3d)` which 
> returns false as it treats "true" as the name of another system property
> so we need to use `Boolean.parseBoolean` which returns true and `isSupported` 
> in that case returns false 
> so that test should be ignored for non-Windows platform if d3d is true
> 
> Since 1st @run execution already tests for default pipeline in non-Windows 
> platform, there's no need to run it again if d3d is true 
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

Marked as reviewed by azvegint (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/32024#pullrequestreview-4766231580

Reply via email to