This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Monkey wrench for compiling JDK 1.2 class files
- To: olson at mmsi dot com
- Subject: Re: Monkey wrench for compiling JDK 1.2 class files
- From: Anthony Green <green at cygnus dot com>
- Date: Wed, 22 Sep 1999 12:07:05 -0700
- CC: java-discuss at sourceware dot cygnus dot com
- References: <99092201402400.17679@jpo-laptop.atd.mmsi.com.au>
Hi Jon -
> jikesos (from IBM) just generates plain terrible code with dead byte
> code everywhere about which gcj bitterly complains.
What do you mean exactly by `complains'? The compiler issues warnings
for dead code. It used to be the it would fail completely. Jikes
would, for instance, generate exception regions that ended in dead
code. Gcj can handle this now, so all you should be seeing are
warning messages.
Maybe the warning messages should be optional.
Are you still using an old compiler?
AG
--
Anthony Green Cygnus Solutions
Sunnyvale, California