This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/10920] Too many roots is reported for program, which shouldn't run out of memory
- From: "oyvind dot harboe at zylin dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Nov 2003 19:36:31 -0000
- Subject: [Bug libgcj/10920] Too many roots is reported for program, which shouldn't run out of memory
- References: <20030521215324.10920.oyvind.harboe@zylin.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From oyvind dot harboe at zylin dot com 2003-11-24 19:36 -------
Ooops. Ignore that last comment. It was a command line gaffe. The correct
command line is:
\thisiscool-gcc\gcc-3.4\bin\gcj -c -classpath modified_swt.jar;comm.jar
TestSerial.java
The app runs fine w/JRE 1.4.2_01. I modified TestSerial.java to run 10000
iterations.
java -Djava.library.path=. -classpath modified_swt.jar;comm.jar;. TestSerial
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10920