File execstack.patch of Package java-1_7_0-icedtea
http://dev.gentooexperimental.org/~flameeyes/openjdk-patches/
--- openjdk/hotspot/src/os_cpu/linux_x86/vm/linux_x86_64.s.orig 2007-10-02 08:57:51.000000000 +0200
+++ openjdk/hotspot/src/os_cpu/linux_x86/vm/linux_x86_64.s 2007-10-02 08:58:03.000000000 +0200
@@ -401,3 +401,6 @@
addq $4,%rdx
jg 4b
ret
+
+.section .note.GNU-stack,"",%progbits
+
--- openjdk/hotspot/src/os_cpu/linux_x86/vm/linux_x86_32.s.orig 2007-10-02 08:58:16.000000000 +0200
+++ openjdk/hotspot/src/os_cpu/linux_x86/vm/linux_x86_32.s 2007-10-02 08:58:44.000000000 +0200
@@ -651,3 +651,4 @@
popl %ebx
ret
+.section .note.GNU-stack,"",%progbits