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
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
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
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