src/share/vm/opto/compile.cpp

Print this page

        

*** 669,679 **** _print_inlining_list(NULL), _print_inlining_stream(NULL), _print_inlining_idx(0), _print_inlining_output(NULL), _interpreter_frame_size(0), ! _max_node_limit(MaxNodeLimit) { C = this; CompileWrapper cw(this); if (CITimeVerbose) { --- 669,680 ---- _print_inlining_list(NULL), _print_inlining_stream(NULL), _print_inlining_idx(0), _print_inlining_output(NULL), _interpreter_frame_size(0), ! _max_node_limit(MaxNodeLimit), ! _has_reserved_stack_access(target->has_reserved_stack_access()) { C = this; CompileWrapper cw(this); if (CITimeVerbose) {