comparison src/share/vm/opto/c2compiler.hpp @ 38:b789bcaf2dd9

6667610: (Escape Analysis) retry compilation without EA if it fails Summary: During split unique types EA could exceed nodes limit and fail the method compilation. Reviewed-by: rasbold
author kvn
date Thu, 06 Mar 2008 10:30:17 -0800
parents a61af66fc99e
children d1605aabd0a1
comparison
equal deleted inserted replaced
37:73970d8c0b27 38: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 };