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). This pull request has now been integrated. Changeset: 3d44c667 Author: Prasanta Sadhukhan <[email protected]> URL: https://git.openjdk.org/jdk/commit/3d44c66751f7d4de8e2f54589733f0311342e03d Stats: 12 lines in 1 file changed: 0 ins; 11 del; 1 mod 8388849: javax/swing/JInternalFrame/8069348/bug8069348.java should ignore execution in non-Windows platform if sun.java2d.d3d=true Reviewed-by: azvegint, prr ------------- PR: https://git.openjdk.org/jdk/pull/32024
