RFR: 8067951: System.loadLibrary cannot find library when path contains quoted entry
Alan Bateman
Alan.Bateman at oracle.com
Mon Jan 5 18:47:16 UTC 2015
On 05/01/2015 17:41, Ivan Gerasimov wrote:
>
> :
>
> Here's another update:
> http://cr.openjdk.java.net/~igerasim/8067951/4/webrev/
>
> The optimized loop is used both on Unix and on Windows, if there were
> no quotes found in PATH.
> Not a big deal, of course, but it should save a few nano-seconds
> during startup.
>
This approach looks okay to me. A small improvement would be to change
it to a method that returns a boolean.
-Alan
More information about the core-libs-dev
mailing list