Sigar lib causes warnings on latest HostSpot JVM:
Java HotSpot(TM) Server VM warning: You have loaded library .../libsigar-x86-linux.so which might have disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c ', or link it with '-z noexecstack'.
Is it possible to provide recompiled Linux binaries that do not cause these warning messages?