|
From: | mark at gcc dot gnu dot org |
Subject: | [Bug classpath/25408] JNI Build Failure on ARM Linux |
Date: | 17 Dec 2005 19:54:43 -0000 |
------- Comment #1 from mark at gcc dot gnu dot org 2005-12-17 19:54 ------- How strange. It does indeed complain about those methods missing from native/jni/java-lang/java_lang_VMSystem.c. But it shouldn't! scripts/check_jni_methods.sh has the following ignores: # Write temporary ignore file. cat > $TMPFILE3 << EOF -Java_gnu_java_awt_peer_gtk_GtkMenuComponentPeer_dispose -Java_java_lang_VMSystem_arraycopy -Java_java_lang_VMSystem_identityHashCode EOF Somehow these fail to actually get excluded in the compare for you. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25408
[Prev in Thread] | Current Thread | [Next in Thread] |