hotspot/src/share/vm/jvmci/jvmciRuntime.cpp
changeset 35135 dd2ce9021031
parent 35123 b0b89d83bcf5
parent 35071 a0910b1d3e0d
child 35143 33daaea9d5c2
--- a/hotspot/src/share/vm/jvmci/jvmciRuntime.cpp	Thu Dec 17 23:36:28 2015 +0000
+++ b/hotspot/src/share/vm/jvmci/jvmciRuntime.cpp	Fri Dec 18 12:39:02 2015 -0800
@@ -248,7 +248,7 @@
   // Check the stack guard pages and reenable them if necessary and there is
   // enough space on the stack to do so.  Use fast exceptions only if the guard
   // pages are enabled.
-  bool guard_pages_enabled = thread->stack_yellow_zone_enabled();
+  bool guard_pages_enabled = thread->stack_guards_enabled();
   if (!guard_pages_enabled) guard_pages_enabled = thread->reguard_stack();
 
   if (JvmtiExport::can_post_on_exceptions()) {