diff src/share/vm/opto/callnode.cpp @ 20340:fbc31318922c hs25.40-b06

Merge
author amurillo
date Thu, 21 Aug 2014 14:42:54 -0700
parents 411e30e5fbb8
children f8afcfbdbf1c
line wrap: on
line diff
--- a/src/share/vm/opto/callnode.cpp	Thu Aug 21 11:43:17 2014 -0700
+++ b/src/share/vm/opto/callnode.cpp	Thu Aug 21 14:42:54 2014 -0700
@@ -1089,6 +1089,7 @@
 #ifndef PRODUCT
 void SafePointNode::dump_spec(outputStream *st) const {
   st->print(" SafePoint ");
+  _replaced_nodes.dump(st);
 }
 #endif