JDK 9 fails to build on MIPS
James Cowgill
jcowgill at debian.org
Wed Nov 30 17:50:33 UTC 2016
Hi,
Firstly I have never submitted anything to OpenJDK before so apologies
if I haven't done things the right way. I also have no bug number for this.
OpenJDK 9 does not build on MIPS machines and hasn't for some time. This
is due to code in hotspot which assumes NSIG <= 65 which is not the case
on MIPS since MIPS has 127 signal numbers.
I've attached an initial patch which converts the offending code in
hotspot/src/os/linux/vm/jsig.c to use sigset_t instead of an array to
store the used signals. I notice the AIX implementation of jsig.c
already does this.
Originally from: https://bugs.debian.org/841173
Thanks,
James
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mips-sigset-hotspot.diff
Type: text/x-patch
Size: 3570 bytes
Desc: not available
URL: <http://mail.openjdk.java.net/pipermail/hotspot-dev/attachments/20161130/5edb9e21/mips-sigset-hotspot.diff>
More information about the hotspot-dev
mailing list