diff src/os/linux/vm/os_linux.cpp @ 12873:4e7f99b70d9d

Merge
author adlertz
date Wed, 09 Oct 2013 05:03:34 -0700
parents 899ecf76b570
children cefad50507d8 aa6f2ea19d8f
line wrap: on
line diff
--- a/src/os/linux/vm/os_linux.cpp	Wed Oct 09 13:00:20 2013 +0200
+++ b/src/os/linux/vm/os_linux.cpp	Wed Oct 09 05:03:34 2013 -0700
@@ -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",