Dr Andrew John Hughes wrote:
:
The first part of a fix for SA is:
http://hg.openjdk.java.net/icedtea/jdk7/hotspot/rev/e452443363a7
This drops the 1.4 options and gets it building by fixing compareTo.
The build doesn't turn on raw type warnings so there aren't any.
Instead, you just get the message from javac telling you how to turn
them on.
I'm planning a second fix to make it build with no warnings even when
JAVAC_MAX_WARNINGS is set to true.
Do you plan to try to get these changes pushed upstream once you are
done with the warnings? The -source 1.4 -target 1.4 is bit embarrassing
so it would be good to get that cleaned up.
-Alan.