This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/18116] New: JNI uses dot instead of slash as the package separator
- From: "juhal at users dot sourceforge dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 22 Oct 2004 19:59:32 -0000
- Subject: [Bug libgcj/18116] New: JNI uses dot instead of slash as the package separator
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
In jni.cc functions _Jv_JNI_RegisterNatives and _Jv_LookupJNIMethod expect that
the package separator is "." when according to the JNI specification the
separator is "for historical reasons" "/". This causes RegisterNatives to fail
for methods that take objects as arguments.
--
Summary: JNI uses dot instead of slash as the package separator
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: libgcj
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: juhal at users dot sourceforge dot net
CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18116