-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P1
-
Affects Version/s: 1.4.0
-
Component/s: client-libs
-
None
-
beta
-
sparc
-
solaris_7
-
Verified
The native method pSetValues was incorrectly named setValues in
awt_Scrollbar.c, causing a link error. The Font2DTest can be used
as a test case.
/*
* Class: sun_awt_motif_MScrollbarPeer
* Method: pSetValues
* Signature: (IIII)V
*/
JNIEXPORT void JNICALL
Java_sun_awt_motif_MScrollbarPeer_setValues(JNIEnv *env, jobject this,
jint value, jint visible, jint minimum, jint maximum)
{
awt_Scrollbar.c, causing a link error. The Font2DTest can be used
as a test case.
/*
* Class: sun_awt_motif_MScrollbarPeer
* Method: pSetValues
* Signature: (IIII)V
*/
JNIEXPORT void JNICALL
Java_sun_awt_motif_MScrollbarPeer_setValues(JNIEnv *env, jobject this,
jint value, jint visible, jint minimum, jint maximum)
{