< prev index next >

src/hotspot/share/interpreter/bytecodes.cpp

8199736: Define WIN32_LEAN_AND_MEAN before including windows.h

*** 43,53 **** 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<<BitsPerByte)*2]; #ifdef ASSERT bool Bytecodes::check_method(const Method* method, address bcp) { return method->contains(bcp); } --- 43,53 ---- 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]; ! unsigned short Bytecodes::_flags [(1<<BitsPerByte)*2]; #ifdef ASSERT bool Bytecodes::check_method(const Method* method, address bcp) { return method->contains(bcp); }
< prev index next >