This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Great, all my bugs fixed from 3.2 to 3.3
- From: "Erik Poupaert" <erik dot poupaert at chello dot be>
- To: <java at gcc dot gnu dot org>
- Date: Sat, 22 Feb 2003 23:50:27 +0100
- Subject: Great, all my bugs fixed from 3.2 to 3.3
I've upgraded to 3.3 (but reverting to jikes as bytecode compiler) and I
finished executed the tests for the bugs I reported in 3.2. These bugs have
all been fixed now:
* zipinputstream works now;
* bug in win32 threading fixed; therefore the SWT fileviewer example now
works;
* bug concerning the excessive casting has been fixed;
* the bug concerning invokethrow (raising exceptions across a libffi call)
has been fixed.
Great work! Thanks for fixing them!!