Re: [OpenJDK 2D-Dev] RFR: 8035302: Eliminate dependency on sun.nio.cs from AWT and Motif code

2015-04-09 Thread Phil Race
Old "notes to self" from an earlier revision. I'll delete before pushing. -phil. On 04/09/2015 12:25 PM, Mandy Chung wrote: On 3/25/15 3:48 PM, Phil Race wrote: Updated webrev http://cr.openjdk.java.net/~prr/8035302.2/ sun/font/XMap.java +jclass = "JIS0201"; // CHECK +

Re: [OpenJDK 2D-Dev] RFR: 8035302: Eliminate dependency on sun.nio.cs from AWT and Motif code

2015-04-09 Thread Mandy Chung
On 3/25/15 3:48 PM, Phil Race wrote: Updated webrev http://cr.openjdk.java.net/~prr/8035302.2/ sun/font/XMap.java +jclass = "JIS0201"; // CHECK +jclass = "MS950_HKSCS_XP"; // CHECK What is the CHECK comment? Otherwise, looks okay. Thank you for removing java.desk

Re: [OpenJDK 2D-Dev] RFR: 8035302: Eliminate dependency on sun.nio.cs from AWT and Motif code

2015-04-09 Thread Sergey Bylokhov
Hi, Phil. The fix looks good. But probably we can rename MFontConfiguration since dependency on motif was removed? On 26.03.15 1:48, Phil Race wrote: Updated webrev http://cr.openjdk.java.net/~prr/8035302.2/ - removed the jdk.charsets export to java.desktop from modules.xml - removed the COM