On Thu, 8 Feb 2024 22:12:17 GMT, Laurent Bourgès <lbour...@openjdk.org> wrote:

>> - new executor modes (buffer & volatile)
>> - support parallel rendering on several frames and / or screens
>> - added robot calibration + optionally use rounded duration to min frame 
>> latency (120Hz)
>> - give more statistics in verbose (-v)
>> - added new command-line arguments
>> - added version + help information
>
> Laurent Bourgès has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   JDK-8323695: use Font.DIALOG

test/jdk/performance/client/RenderPerfTest/src/renderperf/RenderPerfTest.java 
line 2141:

> 2139:         }
> 2140:         // Check font:
> 2141:         if (!fontNames.contains(TEXT_FONT)) {

BTW, I'm getting the following error message with the default font:
Bad font name: [Dialog] !

The check does not work for logical font names like "Dialog"

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

PR Review Comment: https://git.openjdk.org/jdk/pull/17408#discussion_r1484656790

Reply via email to