Changeset: 9058789475af
Author:    iklam
Date:      2013-03-05 13:55 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/9058789475af

7107135: Stack guard pages are no more protected after loading a shared library 
with executable stack
Summary: Detect the execstack attribute of the loaded library and attempt to 
fix the stack guard using Safepoint op.
Reviewed-by: dholmes, zgu
Contributed-by: ioi....@oracle.com

! src/os/linux/vm/globals_linux.hpp
! src/os/linux/vm/os_linux.cpp
! src/os/linux/vm/os_linux.hpp
! src/os_cpu/linux_sparc/vm/os_linux_sparc.cpp
! src/os_cpu/linux_x86/vm/os_linux_x86.cpp
! src/share/vm/runtime/thread.hpp
! src/share/vm/runtime/vm_operations.hpp
! src/share/vm/utilities/elfFile.cpp
! src/share/vm/utilities/elfFile.hpp
+ test/runtime/7107135/Test.java
+ test/runtime/7107135/Test7107135.sh
+ test/runtime/7107135/TestMT.java
+ test/runtime/7107135/test.c

Reply via email to