-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b127
-
linux
I have a fully updated copy of Arch Linux and these are the commands I'm using to build the JDK:
$ hg clone http://hg.openjdk.java.net/jdk9/hs/ jdk9-hs
$ cd jdk9-hs
$ sh get_source.sh
$ bash configure
$ make
The output from `make` is attached. As you can see, there are multiple failures. This bug report is specifically for the failures caused by left-shifting a negative number.
$ hg clone http://hg.openjdk.java.net/jdk9/hs/ jdk9-hs
$ cd jdk9-hs
$ sh get_source.sh
$ bash configure
$ make
The output from `make` is attached. As you can see, there are multiple failures. This bug report is specifically for the failures caused by left-shifting a negative number.
- relates to
-
JDK-8152856 Xcode 7.3 -Wshift-negative-value compile failure on Mac OS X
-
- Resolved
-