This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Package-private access checking in GCJ 3.3
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.