RFR: JDK-8323695 RenderPerf (2D) enhancements (23.12) [v4]
Laurent Bourgès
lbourges at openjdk.org
Fri Feb 9 18:19:05 UTC 2024
On Fri, 9 Feb 2024 18:13:50 GMT, Alexey Ushakov <avu at openjdk.org> wrote:
>> 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"
Ok I will test 'generic' font names too
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17408#discussion_r1484658535
More information about the client-libs-dev
mailing list