hotspot/src/share/vm/opto/c2compiler.hpp
changeset 28395 fbe08d791778
parent 26796 666464578742
child 31962 d05e0a4d1b43
equal deleted inserted replaced
28394:6d382dc493e5 28395:fbe08d791778
    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)