Re: [OpenJDK 2D-Dev] JDK 9 RFR of JDK-8066621: Suppress deprecation warnings in java.desktop module

2014-12-15 Thread Phil Race
On 12/12/14 5:35 PM, joe darcy wrote: Hi Phil, On 12/12/2014 12:46 PM, Phil Race wrote: Hi, You did not provide a direct reference to the set of warnings that were generated. fortunately I found it here :- https://bugs.openjdk.java.net/browse/JDK-8066622 Each "Suppress deprecations warnin

[OpenJDK 2D-Dev] RFR: 8064833 : [macosx] Native font lookup uses family+style, not full name/postscript name

2014-12-15 Thread Phil Race
https://bugs.openjdk.java.net/browse/JDK-8064833 http://cr.openjdk.java.net/~prr/8064833/ OS X font look up is using family name + style - even when using deriveFont from a specific font. Since the family name like "Helvetica" is insufficient to convey that you are using the "Helvetica Light" s

Re: [OpenJDK 2D-Dev] JDK 9 RFR of JDK-8066621: Suppress deprecation warnings in java.desktop module

2014-12-15 Thread joe darcy
On 12/15/2014 11:48 AM, Phil Race wrote: On 12/12/14 5:35 PM, joe darcy wrote: Hi Phil, On 12/12/2014 12:46 PM, Phil Race wrote: Hi, You did not provide a direct reference to the set of warnings that were generated. fortunately I found it here :- https://bugs.openjdk.java.net/browse/JDK-80

[OpenJDK 2D-Dev] JDK 9 RFR of JDK-8067092: Suppress windows-specific deprecation warnings in the java.desktop module

2014-12-15 Thread joe darcy
Hello, Please review the next step of suppressing the deprecation warnings the client libraries, this time in windows-specific desktop code: JDK-8067092: Suppress windows-specific deprecation warnings in the java.desktop module http://cr.openjdk.java.net/~darcy/8067092.0/ Thanks, -

[OpenJDK 2D-Dev] JDK 9 RFR of JDK-8067086: Suppress mac-specific deprecation warnings in the java.desktop module

2014-12-15 Thread joe darcy
Hello, Please review this (hopefully) last change to suppress the deprecation warnings in the java.desktop module: 8067086: Suppress mac-specific deprecation warnings in the java.desktop module http://cr.openjdk.java.net/~darcy/8067086.0/ Thanks, -Joe