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
@@ -1,3 +1,8 @@
|
||||
2004-05-05 Bryce McKinlay <mckinlay@redhat.com>
|
||||
|
||||
* testsuite/libjava.jni/pr11951.java: Add missing System.loadLibrary()
|
||||
call.
|
||||
|
||||
2004-05-05 Mark Wielaard <mark@klomp.org>
|
||||
|
||||
* javax/swing/AbstractButton.java: Replace special HTML entities with
|
||||
|
||||
@@ -11,4 +11,8 @@ public class pr11951
|
||||
{
|
||||
nmethod();
|
||||
}
|
||||
|
||||
static {
|
||||
System.loadLibrary("pr11951");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user