> John> No problem. Please let the list know when you do, so that I can
> John> check it.
> 
> I did it yesterday.

That was quick. I get this error with jikes 1.11:

Found 1 semantic error compiling "java/io/ByteArrayOutputStream.java":

   254.       initial_buffer_size = DEFAULT_INITIAL_BUFFER_SIZE;
              <----------------->
*** Error: Possible attempt to reassign a value to the final variable
"initial_buffer_size".


It seems to think that if you've already assigned the variable, you can't
do it again. Is this a problem with Jikes?

John Leuner


Reply via email to