[jdk8u-dev] RFR: 8203485: [freetype] text rotated on 180 degrees is too narrow

Leslie Zhai lzhai at openjdk.org
Tue Dec 13 00:44:53 UTC 2022


On Mon, 12 Dec 2022 20:41:28 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

>> Hi,
>> 
>> java/awt/Graphics2D/DrawString/RotTransText.java fail:
>> 
>> 
>> STDERR:
>> java.lang.RuntimeException: Ratio of blue to red is too great: 0.14015748031496064
>>         at RotTransText.testIt(RotTransText.java:102)
>>         at RotTransText.main(RotTransText.java:41)
>>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>         at java.lang.reflect.Method.invoke(Method.java:498)
>>         at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
>>         at java.lang.Thread.run(Thread.java:750)
>> 
>> 
>> And JDK-8203485: [freetype] text rotated on 180 degrees is too narrow fix the issue.
>> 
>> The patch applies clean except manually change the source file path:
>> 
>> * jdk/src/share/native/sun/font/freetypeScaler.c
>> * jdk/test/java/awt/font/Rotate/RotatedTextTest.java
>> 
>> Tested jtreg tier1~3 for fastdebug/release.
>> 
>> Thanks,
>> Leslie Zhai
>
> The change looks fine, but let me additionally test this patch.

Hi @mrserb 

> The change looks fine, but let me additionally test this patch.

Do I need to trigger another Pre-submit tests or jtreg tier>3?

Thanks,
Leslie Zhai

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

PR: https://git.openjdk.org/jdk8u-dev/pull/208


More information about the jdk8u-dev mailing list