comparison src/share/vm/opto/compile.cpp @ 1397:b4776199210f

6943485: JVMTI always on capabilities change code generation too much Reviewed-by: twisti, dcubed
author never
date Mon, 26 Apr 2010 23:59:45 -0700
parents b4b440360f1e
children c18cbe5936b8 3657cb01ffc5
comparison
equal deleted inserted replaced
1396:d7f654633cfe 1397: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);