diff src/share/vm/runtime/vm_operations.hpp @ 8710: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.lam@oracle.com
author iklam
date Tue, 05 Mar 2013 13:55:56 -0800
parents da91efe96a93
children b9a918201d47 68fe50d4f1d5
line wrap: on
line diff
--- a/src/share/vm/runtime/vm_operations.hpp	Tue Mar 05 08:50:59 2013 +0100
+++ b/src/share/vm/runtime/vm_operations.hpp	Tue Mar 05 13:55:56 2013 -0800
@@ -94,6 +94,7 @@
   template(ReportJavaOutOfMemory)                 \
   template(JFRCheckpoint)                         \
   template(Exit)                                  \
+  template(LinuxDllLoad)                          \
 
 class VM_Operation: public CHeapObj<mtInternal> {
  public: