src/share/vm/opto/c2compiler.hpp

changeset 473
b789bcaf2dd9
parent 435
a61af66fc99e
child 631
d1605aabd0a1
equal deleted inserted replaced
472:73970d8c0b27 473:b789bcaf2dd9
48 ciMethod* target, 48 ciMethod* target,
49 int entry_bci); 49 int entry_bci);
50 50
51 // sentinel value used to trigger backtracking in compile_method(). 51 // sentinel value used to trigger backtracking in compile_method().
52 static const char* retry_no_subsuming_loads(); 52 static const char* retry_no_subsuming_loads();
53 static const char* retry_no_escape_analysis();
53 54
54 // Print compilation timers and statistics 55 // Print compilation timers and statistics
55 void print_timers(); 56 void print_timers();
56 }; 57 };

mercurial