--- old/src/share/vm/c1/c1_Compilation.cpp 2014-03-06 11:59:53.618190697 +0100 +++ new/src/share/vm/c1/c1_Compilation.cpp 2014-03-06 11:59:53.312143249 +0100 @@ -546,6 +546,7 @@ , _code(buffer_blob) , _has_access_indexed(false) , _current_instruction(NULL) +, _interpreter_frame_size(0) #ifndef PRODUCT , _last_instruction_printed(NULL) #endif // PRODUCT