pr11951.java: Add missing System.loadLibrary() call.
* testsuite/libjava.jni/pr11951.java: Add missing System.loadLibrary() call. From-SVN: r81542
This commit is contained in:
committed by
Bryce McKinlay
parent
59af0b6aa3
commit
74e94435cc
@@ -11,4 +11,8 @@ public class pr11951
|
||||
{
|
||||
nmethod();
|
||||
}
|
||||
|
||||
static {
|
||||
System.loadLibrary("pr11951");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user