< prev index next >

src/share/vm/oops/constantPool.cpp

Print this page

        

@@ -1824,13 +1824,13 @@
   }
 #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",
+           "Unused constant pool patch at %d in class file %s",
                    index,
-                   pool_holder()->external_name()));
+           pool_holder()->external_name());
   }
 #endif // ASSERT
 }
 
 #ifndef PRODUCT
< prev index next >