On Tue, 27 Aug 2024 05:58:30 GMT, Phil Race <p...@openjdk.org> wrote:

>> @prrace I’m not sure I understand what you meant by 'testing this with 
>> additional pipelines on specific platforms.' Are you suggesting that we 
>> should test this not only with -Dsun.java2d.opengl=True 
>> -Dsun.java2d.opengl.fbobject=false, but also with other parameters?
>
> Pipeline. You can't easily know what will be chosen on a test system, so you 
> need to do things like
> @run main/othervm -Dsun.java2d.xrender=false
> @run main/othervm -Dsun.java2d.xrender=true
> @run main/othervm -Dsun.java2d.d3d=false
> @run main/othervm -Dsun.java2d.d3d=true
> 
> In some cases, nothing will change but if the test is cheap and fast, nothing 
> lost

Thanks @prrace , I have added more pipelines to the test, please have a look. I 
have rerun this again on all platforms with mach5 and the results are updated 
in the bug as a comment.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20532#discussion_r1732422038

Reply via email to