src/share/vm/opto/compile.cpp

changeset 7074
833b0f92429a
parent 7041
411e30e5fbb8
child 7385
9e69e8d1c900
equal deleted inserted replaced
7073:4d3a43351904 7074:833b0f92429a
663 _trace_opto_output(TraceOptoOutput || method()->has_option("TraceOptoOutput")), 663 _trace_opto_output(TraceOptoOutput || method()->has_option("TraceOptoOutput")),
664 _in_dump_cnt(0), 664 _in_dump_cnt(0),
665 _printer(IdealGraphPrinter::printer()), 665 _printer(IdealGraphPrinter::printer()),
666 #endif 666 #endif
667 _congraph(NULL), 667 _congraph(NULL),
668 _comp_arena(mtCompiler),
669 _node_arena(mtCompiler),
670 _old_arena(mtCompiler),
671 _Compile_types(mtCompiler),
668 _replay_inline_data(NULL), 672 _replay_inline_data(NULL),
669 _late_inlines(comp_arena(), 2, 0, NULL), 673 _late_inlines(comp_arena(), 2, 0, NULL),
670 _string_late_inlines(comp_arena(), 2, 0, NULL), 674 _string_late_inlines(comp_arena(), 2, 0, NULL),
671 _boxing_late_inlines(comp_arena(), 2, 0, NULL), 675 _boxing_late_inlines(comp_arena(), 2, 0, NULL),
672 _late_inlines_pos(0), 676 _late_inlines_pos(0),
970 #ifndef PRODUCT 974 #ifndef PRODUCT
971 _trace_opto_output(TraceOptoOutput), 975 _trace_opto_output(TraceOptoOutput),
972 _in_dump_cnt(0), 976 _in_dump_cnt(0),
973 _printer(NULL), 977 _printer(NULL),
974 #endif 978 #endif
979 _comp_arena(mtCompiler),
980 _node_arena(mtCompiler),
981 _old_arena(mtCompiler),
982 _Compile_types(mtCompiler),
975 _dead_node_list(comp_arena()), 983 _dead_node_list(comp_arena()),
976 _dead_node_count(0), 984 _dead_node_count(0),
977 _congraph(NULL), 985 _congraph(NULL),
978 _replay_inline_data(NULL), 986 _replay_inline_data(NULL),
979 _number_of_mh_late_inlines(0), 987 _number_of_mh_late_inlines(0),

mercurial