comparison src/share/vm/opto/compile.cpp @ 1543:1a1603f975b5

Merge
author kvn
date Wed, 19 May 2010 10:22:39 -0700
parents b4776199210f
children c18cbe5936b8 3657cb01ffc5
comparison
equal deleted inserted replaced
1542:eb79484f795f 1543:1a1603f975b5
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);