equal
deleted
inserted
replaced
45 int entry_bci); |
45 int entry_bci); |
46 |
46 |
47 // sentinel value used to trigger backtracking in compile_method(). |
47 // sentinel value used to trigger backtracking in compile_method(). |
48 static const char* retry_no_subsuming_loads(); |
48 static const char* retry_no_subsuming_loads(); |
49 static const char* retry_no_escape_analysis(); |
49 static const char* retry_no_escape_analysis(); |
|
50 static const char* retry_class_loading_during_parsing(); |
50 |
51 |
51 // Print compilation timers and statistics |
52 // Print compilation timers and statistics |
52 void print_timers(); |
53 void print_timers(); |
53 |
54 |
54 // Initial size of the code buffer (may be increased at runtime) |
55 // Initial size of the code buffer (may be increased at runtime) |