diff -r 5d984252fc26 -r a2b322083029 hotspot/src/share/vm/ci/ciEnv.hpp --- a/hotspot/src/share/vm/ci/ciEnv.hpp Mon Jan 30 16:04:22 2017 +0300 +++ b/hotspot/src/share/vm/ci/ciEnv.hpp Tue Jan 31 01:11:40 2017 +0300 @@ -55,6 +55,7 @@ DebugInformationRecorder* _debug_info; Dependencies* _dependencies; const char* _failure_reason; + bool _inc_decompile_count_on_failure; int _compilable; bool _break_at_compile; int _num_inlined_bytecodes;