< prev index next >

src/hotspot/share/runtime/thread.cpp

Print this page
rev 55555 : [mq]: nestegg

*** 3807,3816 **** --- 3807,3820 ---- // Initialize the os module after parsing the args jint os_init_2_result = os::init_2(); if (os_init_2_result != JNI_OK) return os_init_2_result; + if (NesteggSize > 0) { + os::init_nestegg(NesteggSize); + } + #ifdef CAN_SHOW_REGISTERS_ON_ASSERT // Initialize assert poison page mechanism. if (ShowRegistersOnAssert) { initialize_assert_poison(); }
< prev index next >