< prev index next >

src/share/vm/gc/g1/vm_operations_g1.cpp

Print this page
rev 8978 : imported patch remove_err_msg

@@ -64,12 +64,12 @@
     _should_initiate_conc_mark(should_initiate_conc_mark),
     _target_pause_time_ms(target_pause_time_ms),
     _should_retry_gc(false),
     _old_marking_cycles_completed_before(0) {
   guarantee(target_pause_time_ms > 0.0,
-            err_msg("target_pause_time_ms = %1.6lf should be positive",
-                    target_pause_time_ms));
+            "target_pause_time_ms = %1.6lf should be positive",
+            target_pause_time_ms);
   _gc_cause = gc_cause;
 }
 
 bool VM_G1IncCollectionPause::doit_prologue() {
   bool res = VM_G1OperationWithAllocRequest::doit_prologue();
< prev index next >