-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b67
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084267 | emb-9 | Roger Riggs | P2 | Resolved | Fixed | team |
When JDK-8074859 (Turn on warnings as error) was introduced, this library needed special treatment. Since not all warnings were fixed or could be disabled, this library was given an exemption from the warnings-as-errors behavior.
The exemption is implemented by the addition of the line
WARNINGS_AS_ERRORS_solstudio := false, \
to make/lib/CoreLibraries.gmk for libjava.
Please fix the warnings and remove the exemption for this library.
This library also has additional warnings disabled, seeJDK-8074818. It might make sense to fix these in tandem. But note that fixing the warnings that block warnings-as-errors for this libary is more urgent, since it has the potential to hide future warnings.
The exemption is implemented by the addition of the line
WARNINGS_AS_ERRORS_solstudio := false, \
to make/lib/CoreLibraries.gmk for libjava.
Please fix the warnings and remove the exemption for this library.
This library also has additional warnings disabled, see
- backported by
-
JDK-8084267 Stop ignoring warnings for libjava
-
- Resolved
-