This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj 4.1.x issue
>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
Mark> In this case it really does seem a bug in gcj -C byte code generation.
Mark> Since this is a static inner class it should create an (package private)
Mark> accessor method for the private ByteArrayOutputStream buffer field.
Mark> (jikes does this correctly btw.) A workaround is to just remove the
Mark> private flag from the buffer field in this case.
This was PR 19870. We thought it was fixed but perhaps this is a new
instance of it.
Tom