hotspot/src/os/linux/vm/os_linux.cpp
changeset 20279 7ffa08fef52a
parent 20005 6fb8070af25d
child 20408 ca559663042f
--- a/hotspot/src/os/linux/vm/os_linux.cpp	Mon Sep 23 08:56:19 2013 -0700
+++ b/hotspot/src/os/linux/vm/os_linux.cpp	Wed Sep 25 13:58:13 2013 +0200
@@ -4839,6 +4839,10 @@
 
   Linux::capture_initial_stack(JavaThread::stack_size_at_create());
 
+#if defined(IA32)
+  workaround_expand_exec_shield_cs_limit();
+#endif
+
   Linux::libpthread_init();
   if (PrintMiscellaneous && (Verbose || WizardMode)) {
      tty->print_cr("[HotSpot is running with %s, %s(%s)]\n",