This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Monkey wrench for compiling JDK 1.2 class files



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]