RFR: 8273581: Change the mechanism by which JDK loads the platform-specific FontManager class [v2]

Alexander Scherbatiy alexsch at openjdk.java.net
Wed Sep 15 07:00:30 UTC 2021


On Wed, 15 Sep 2021 06:12:32 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> 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



More information about the client-libs-dev mailing list