-
Bug
-
Resolution: Fixed
-
P4
-
9
-
None
-
b127
http://mail.openjdk.java.net/pipermail/jdk9-dev/2016-June/004494.html
Some client libraries could not be built with misleading-indentation
and shift-negative-value warining (error) on GCC 6.1.1 .
So I think we have to fix new warnings.
However, some libraries (LCMS, JPEG library, and fdlibm) are imported
from another open source project. So we should avoid compile error
with suppressing them.
Some client libraries could not be built with misleading-indentation
and shift-negative-value warining (error) on GCC 6.1.1 .
So I think we have to fix new warnings.
However, some libraries (LCMS, JPEG library, and fdlibm) are imported
from another open source project. So we should avoid compile error
with suppressing them.
- relates to
-
JDK-8160310 HotSpot cannot be built with GCC 6
- Resolved
-
JDK-8134780 Port fdlibm to Java, part 1
- Resolved