--- old/src/share/vm/ci/ciMethod.cpp 2015-11-23 18:20:52.764104220 +0100 +++ new/src/share/vm/ci/ciMethod.cpp 2015-11-23 18:20:52.591086824 +0100 @@ -92,6 +92,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;