On Wed, 15 Sep 2021 06:12:32 GMT, Prasanta Sadhukhan <[email protected]>
wrote:
>> Alexander Scherbatiy has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Fix typo in sun.font.fontmanager property name. Load AWT lib in test
>
> test/jdk/sun/awt/font/CheckFontManagerSystemProperty.java line 33:
>
>> 31:
>> 32: public static void main(String[] args) {
>> 33: String tkProp = System.getProperty("sun.font.fontmanage");
>
> Should it not be sun.font.fontmanager?
Yes, thank you. I updated the the `sun.font.fontmanager` property name in the
test and added code that gets Toolkit to force AWT library loading.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5517