src/share/vm/interpreter/templateInterpreter.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/interpreter/templateInterpreter.cpp	Fri Aug  7 15:41:38 2015
--- new/src/share/vm/interpreter/templateInterpreter.cpp	Fri Aug  7 15:41:38 2015

*** 416,425 **** --- 416,430 ---- method_entry(java_util_zip_CRC32_update) method_entry(java_util_zip_CRC32_updateBytes) method_entry(java_util_zip_CRC32_updateByteBuffer) } + method_entry(java_lang_Float_intBitsToFloat); + method_entry(java_lang_Float_floatToRawIntBits); + method_entry(java_lang_Double_longBitsToDouble); + method_entry(java_lang_Double_doubleToRawLongBits); + initialize_method_handle_entries(); // all native method kinds (must be one contiguous block) Interpreter::_native_entry_begin = Interpreter::code()->code_end(); method_entry(native)

src/share/vm/interpreter/templateInterpreter.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File