hotspot/src/share/vm/gc/cms/promotionInfo.hpp
changeset 33105 294e48b4f704
parent 30764 fec48bf5a827
child 34129 41cd6f08f3e8
--- a/hotspot/src/share/vm/gc/cms/promotionInfo.hpp	Mon Sep 28 15:05:02 2015 +0200
+++ b/hotspot/src/share/vm/gc/cms/promotionInfo.hpp	Tue Sep 29 11:02:08 2015 +0200
@@ -73,7 +73,7 @@
     } else {
       res = (PromotedObject*)(_next & next_mask);
     }
-    assert(oop(res)->is_oop_or_null(true /* ignore mark word */), err_msg("Expected an oop or NULL at " PTR_FORMAT, p2i(oop(res))));
+    assert(oop(res)->is_oop_or_null(true /* ignore mark word */), "Expected an oop or NULL at " PTR_FORMAT, p2i(oop(res)));
     return res;
   }
   inline void setNext(PromotedObject* x) {