Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4388837

Native method in awt_Scrollbar.c merged incorrectly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P1 P1
    • 1.4.0
    • 1.4.0
    • 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)
      {

            bchristi Brent Christian
            ehawkessunw Eric Hawkes (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: