Re: [OpenJDK 2D-Dev] RFR: 8039273: Font related files should not be modified in ${java.home}/lib

2016-12-15 Thread Phil Race
This whole fontconfig lookup logic is in a doPrivileged. And the code is already opening the directory in the findImpl method called just below the new exists() call. -phil. On 12/15/2016 05:16 AM, Sergey Bylokhov wrote: Hi, Phil. The fix has been updated. http://cr.openjdk.java.net/~prr/803

CFV: New Internationalization Group Member: Nishit Jain

2016-12-15 Thread Naoto Sato
I hereby nominate Nishit Jain (OpenJDK user name: nishjain) to Membership in the Internationalization Group. Nishit is an Oracle engineer, working for the Internationalization team. He has been working in the Internationalization team since December 2015. Nishit is a Committer in the jdk9 proj

CFV: New Internationalization Group Member: Rachna Goel

2016-12-15 Thread Naoto Sato
I hereby nominate Rachna Goel (OpenJDK user name: rgoel) to Membership in the Internationalization Group. Rachna is an Oracle engineer, working for the Internationalization team. She has been working in the Internationalization team since September 2015. Rachna is an Author in the jdk9 project

Re: [OpenJDK 2D-Dev] RFR: 8039273: Font related files should not be modified in ${java.home}/lib

2016-12-15 Thread Sergey Bylokhov
Hi, Phil. > The fix has been updated. > http://cr.openjdk.java.net/~prr/8039273.1/ > 2nd reviewer anyone ? Looks fine. I assume that SecurityException from File.exists() is expected, or the code is executed under doPriviliged() block. > > -phil. > > > On 12/09/2016 09:44 AM, Naoto Sato wrote