You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently the mips64el-linux binary we have disables the "stack guard", causing Hotspot to complain thusly:
OpenJDK 64-Bit Server VM warning: You have loaded library /tmp/jffi4965776428901618408.so which might have disabled stack guard. The VM will try to fix the stack guard now.
SUREFIRE-859: It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
Needs to be fixed, but perhaps this warning indicates that the JVM is working around it?
The text was updated successfully, but these errors were encountered:
Apparently the mips64el-linux binary we have disables the "stack guard", causing Hotspot to complain thusly:
Needs to be fixed, but perhaps this warning indicates that the JVM is working around it?
The text was updated successfully, but these errors were encountered: