src/share/vm/opto/compile.cpp

changeset 1832
b4776199210f
parent 1700
b4b440360f1e
child 1907
c18cbe5936b8
child 1930
3657cb01ffc5
equal deleted inserted replaced
1831:d7f654633cfe 1832:b4776199210f
869 869
870 _fixed_slots = 0; 870 _fixed_slots = 0;
871 set_has_split_ifs(false); 871 set_has_split_ifs(false);
872 set_has_loops(has_method() && method()->has_loops()); // first approximation 872 set_has_loops(has_method() && method()->has_loops()); // first approximation
873 set_has_stringbuilder(false); 873 set_has_stringbuilder(false);
874 _deopt_happens = true; // start out assuming the worst
875 _trap_can_recompile = false; // no traps emitted yet 874 _trap_can_recompile = false; // no traps emitted yet
876 _major_progress = true; // start out assuming good things will happen 875 _major_progress = true; // start out assuming good things will happen
877 set_has_unsafe_access(false); 876 set_has_unsafe_access(false);
878 Copy::zero_to_bytes(_trap_hist, sizeof(_trap_hist)); 877 Copy::zero_to_bytes(_trap_hist, sizeof(_trap_hist));
879 set_decompile_count(0); 878 set_decompile_count(0);

mercurial