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

JNI exception pending in initializeEncoding of jni_util.c

XMLWordPrintable

    • b18
    • generic

        JNI exception pending in initializeEncoding of jni_util.c:856
        The returns are not checked.
            String_init_ID = (*env)->GetMethodID(env, strClazz,
                                                  "<init>", "([BLjava/lang/String;)V");
            String_coder_ID = (*env)->GetFieldID(env, strClazz, "coder", "B");
            String_value_ID = (*env)->GetFieldID(env, strClazz, "value", "[B");

              rriggs Roger Riggs
              shadowbug Shadow Bug
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: