Runtime.java (loadLibrary): Pass `true' as search argument to _load.
* java/lang/Runtime.java (loadLibrary): Pass `true' as search argument to _load. From-SVN: r55727
This commit is contained in:
parent
922045978d
commit
1efccea3b1
2 changed files with 6 additions and 1 deletions
|
@ -652,7 +652,7 @@ public class Runtime
|
|||
SecurityManager sm = securityManager; // Be thread-safe!
|
||||
if (sm != null)
|
||||
sm.checkLink(libname);
|
||||
_load(libname, false);
|
||||
_load(libname, true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue