diff -r 6d382dc493e5 -r fbe08d791778 hotspot/src/share/vm/opto/c2compiler.hpp --- a/hotspot/src/share/vm/opto/c2compiler.hpp Tue Dec 30 11:09:42 2014 +0300 +++ b/hotspot/src/share/vm/opto/c2compiler.hpp Mon Dec 22 11:21:20 2014 +0100 @@ -47,6 +47,7 @@ // sentinel value used to trigger backtracking in compile_method(). static const char* retry_no_subsuming_loads(); static const char* retry_no_escape_analysis(); + static const char* retry_class_loading_during_parsing(); // Print compilation timers and statistics void print_timers();