< prev index next >

src/share/vm/oops/constantPool.cpp

Print this page
rev 8978 : imported patch remove_err_msg

*** 1824,1836 **** } #ifdef ASSERT // Ensure that all the patches have been used. for (int index = 0; index < cp_patches->length(); index++) { assert(cp_patches->at(index).is_null(), ! err_msg("Unused constant pool patch at %d in class file %s", index, ! pool_holder()->external_name())); } #endif // ASSERT } #ifndef PRODUCT --- 1824,1836 ---- } #ifdef ASSERT // Ensure that all the patches have been used. for (int index = 0; index < cp_patches->length(); index++) { assert(cp_patches->at(index).is_null(), ! "Unused constant pool patch at %d in class file %s", index, ! pool_holder()->external_name()); } #endif // ASSERT } #ifndef PRODUCT
< prev index next >