Building sun/tools with options:
JAVAC_MAX_WARNINGS=true JAVAC_WARNINGS_FATAL= OTHER_JAVACFLAGS="-Xmaxwarns 10000"
Results in many warnings.
This is to get rid of 60 warnings produced by:
com/sun/tools/hat/ 35
sun/tools/jstat/ 18
sun/tools/jinfo/ 2
sun/tools/jmap/ 2
sun/tools/jps/ 2
sun/tools/attach/ 1
JAVAC_MAX_WARNINGS=true JAVAC_WARNINGS_FATAL= OTHER_JAVACFLAGS="-Xmaxwarns 10000"
Results in many warnings.
This is to get rid of 60 warnings produced by:
com/sun/tools/hat/ 35
sun/tools/jstat/ 18
sun/tools/jinfo/ 2
sun/tools/jmap/ 2
sun/tools/jps/ 2
sun/tools/attach/ 1
- clones
-
JDK-7117635 Fix build warnings in java/util/logging
-
- Closed
-