< prev index next >

src/share/vm/gc/serial/tenuredGeneration.cpp

Print this page

        

@@ -127,12 +127,12 @@
   const size_t capacity_after_gc = capacity();
 
   CardGeneration::compute_new_size();
 
   assert(used() == used_after_gc && used_after_gc <= capacity(),
-         err_msg("used: " SIZE_FORMAT " used_after_gc: " SIZE_FORMAT
-         " capacity: " SIZE_FORMAT, used(), used_after_gc, capacity()));
+         "used: " SIZE_FORMAT " used_after_gc: " SIZE_FORMAT
+         " capacity: " SIZE_FORMAT, used(), used_after_gc, capacity());
 }
 
 void TenuredGeneration::update_gc_stats(Generation* current_generation,
                                         bool full) {
   // If the young generation has been collected, gather any statistics
< prev index next >