< prev index next >

src/share/vm/interpreter/templateInterpreter.cpp

Print this page

        

*** 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) } + if (UseCRC32CIntrinsics) { + method_entry(java_util_zip_CRC32C_updateBytes) + method_entry(java_util_zip_CRC32C_updateDirectByteBuffer) + } + method_entry(java_lang_Float_intBitsToFloat); method_entry(java_lang_Float_floatToRawIntBits); method_entry(java_lang_Double_longBitsToDouble); method_entry(java_lang_Double_doubleToRawLongBits);
< prev index next >