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:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user