--- old/src/share/vm/opto/compile.cpp 2015-12-01 16:57:47.672224227 +0100 +++ new/src/share/vm/opto/compile.cpp 2015-12-01 16:57:47.493206283 +0100 @@ -671,7 +671,8 @@ _print_inlining_idx(0), _print_inlining_output(NULL), _interpreter_frame_size(0), - _max_node_limit(MaxNodeLimit) { + _max_node_limit(MaxNodeLimit), + _has_reserved_stack_access(target->has_reserved_stack_access()) { C = this; CompileWrapper cw(this);