RFR: JDK-8323695 RenderPerf (2D) enhancements (23.12) [v4]
Alexey Ushakov
avu at openjdk.org
Fri Feb 9 18:19:05 UTC 2024
On Thu, 8 Feb 2024 22:12:17 GMT, Laurent Bourgès <lbourges at 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
More information about the client-libs-dev
mailing list