We incorrectly determine the name of native methods of inner classes. For example:
org/apache/harmony/niochar/charset/ISO_8859_1$Decoder.nDecode ([CIIJI)I
should have a native name of:
Java_org_apache_harmony_niochar_charset_ISO_18859_11_00024Decoder_nDecode
but we look for the name:
Java_org_apache_harmony_niochar_charset_ISO_18859_11$Decoder_nDecode