--- old/src/share/vm/interpreter/bytecodes.cpp 2016-12-12 12:55:44.712136519 -0500 +++ new/src/share/vm/interpreter/bytecodes.cpp 2016-12-12 12:55:44.084133405 -0500 @@ -39,12 +39,20 @@ bool Bytecodes::_is_initialized = false; -const char* Bytecodes::_name [Bytecodes::number_of_codes]; -BasicType Bytecodes::_result_type [Bytecodes::number_of_codes]; -s_char Bytecodes::_depth [Bytecodes::number_of_codes]; -u_char Bytecodes::_lengths [Bytecodes::number_of_codes]; -Bytecodes::Code Bytecodes::_java_code [Bytecodes::number_of_codes]; -u_short Bytecodes::_flags [(1<