This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: dynamic_cast problem in JNI code - any suggestions welcome.
- From: Jan Hardenbergh <hardenbergh at rtviz dot com>
- To: "'Andrew Haley'" <aph at redhat dot com>, Jan Hardenbergh <hardenbergh at rtviz dot com>
- Cc: "'java at gcc dot gnu dot org'" <java at gcc dot gnu dot org>, "'tromey at redhat dot com'" <tromey at redhat dot com>
- Date: Fri, 8 Nov 2002 13:24:54 -0500
- Subject: RE: dynamic_cast problem in JNI code - any suggestions welcome.
Andrew, thanx for your prompt feedback!
Are you suggesting bringing everything up to rev (Redhat 8.0, JDK 1.4/5,
gl4java(new version ?), etc...), or do you think it is worth it to try to
start from 3.2 sources? There is no 3.2 RPM for Redhat 7.2 and there are
some libraries that will take time to get compile, etc.
I know that I will have to do this eventually, but, we may also be
supporting 7.2 for a long time.
-Jan
-----Original Message-----
From: Andrew Haley [mailto:aph@redhat.com]
Sent: Friday, November 08, 2002 12:57 PM
To: Jan Hardenbergh
Cc: 'java@gcc.gnu.org'; 'tromey@redhat.com'
Subject: dynamic_cast problem in JNI code - any suggestions welcome.
Jan Hardenbergh writes:
>
> We are running a Java app on Redhat 7.2 using gcc3 and we have some JNI
> code. We have added some dynamic_cast operator to improve the error
> checking, however, when running on Linux they crash.
>
>
> Any advice?
Before we go any further, try compiling with gcc 3.2.
If it's still broken in that release we can investigate further.
Andrew.