This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
GC and GCJ
- To: "Boehm, Hans" <hans_boehm at hp dot com>
- Subject: GC and GCJ
- From: Antonio Ake <ake at ecn dot purdue dot edu>
- Date: Sat, 8 Sep 2001 15:15:27 -0500 (EST)
- cc: <java at gcc dot gnu dot org>
Hello. I have a question. It is possible to disable to use the garbage
collector in gcj?
I tried with --enable-java-gc=none but I had this message:
checking for garbage collector to use... configure: error: unrecognized
collector "none"
Another question: Last month I asked about --with-gc=none, does anobody
knows what kind of gc is used internally for gcc. It is Boehm's
garbage collector?