Package-private access checking in GCJ 3.3
Andrew Haley
aph@redhat.com
Mon Jun 16 09:48:00 GMT 2003
Ranjit Mathew writes:
> Tom Tromey wrote:
> >
> > Make sure you rebuild libgcj from scratch. We may have library bugs
> > that we don't know of due to this compiler bug.
>
> Yes, I realise that. I will try it tonight and let you
> know if I face any problems.
I think there may be problems in the area of StackTrace and
VMThrowable. We have VMThrowable in java.lang for Classpath
compatibility, but VMThrowable needs to access
gnu.gcj.runtime.StackTrace. We could probably cure this with judicous
use of `friend' in native methods. If you find any problems in this
are you may simply make the errant methods public for the time being.
Andrew.
More information about the Java
mailing list