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:
parent
59af0b6aa3
commit
74e94435cc
2 changed files with 9 additions and 0 deletions
|
@ -11,4 +11,8 @@ public class pr11951
|
|||
{
|
||||
nmethod();
|
||||
}
|
||||
|
||||
static {
|
||||
System.loadLibrary("pr11951");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue