src/share/vm/opto/c2compiler.hpp

changeset 8421
3e1cd663c2d3
parent 6198
55fb97c4c58d
child 8604
04d83ba48607
     1.1 --- a/src/share/vm/opto/c2compiler.hpp	Thu Apr 21 13:17:25 2016 +0200
     1.2 +++ b/src/share/vm/opto/c2compiler.hpp	Fri Apr 15 12:02:37 2016 +0530
     1.3 @@ -49,6 +49,7 @@
     1.4    // sentinel value used to trigger backtracking in compile_method().
     1.5    static const char* retry_no_subsuming_loads();
     1.6    static const char* retry_no_escape_analysis();
     1.7 +  static const char* retry_class_loading_during_parsing();
     1.8  
     1.9    // Print compilation timers and statistics
    1.10    void print_timers();

mercurial