hotspot/src/share/vm/ci/ciMethod.cpp
changeset 35071 a0910b1d3e0d
parent 34317 e93b85bf4cc2
child 38059 86ab3f0a9f87
child 38133 78b95467b9f1
--- a/hotspot/src/share/vm/ci/ciMethod.cpp	Fri Dec 11 13:18:10 2015 +0000
+++ b/hotspot/src/share/vm/ci/ciMethod.cpp	Fri Dec 11 09:07:07 2015 -0800
@@ -91,6 +91,7 @@
   _balanced_monitors  = !_uses_monitors || h_m()->access_flags().is_monitor_matching();
   _is_c1_compilable   = !h_m()->is_not_c1_compilable();
   _is_c2_compilable   = !h_m()->is_not_c2_compilable();
+  _has_reserved_stack_access = h_m()->has_reserved_stack_access();
   // Lazy fields, filled in on demand.  Require allocation.
   _code               = NULL;
   _exception_handlers = NULL;