comparison 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
comparison
equal deleted inserted replaced
20322:4d5c3760ebb4 20340:fbc31318922c
1087 } 1087 }
1088 1088
1089 #ifndef PRODUCT 1089 #ifndef PRODUCT
1090 void SafePointNode::dump_spec(outputStream *st) const { 1090 void SafePointNode::dump_spec(outputStream *st) const {
1091 st->print(" SafePoint "); 1091 st->print(" SafePoint ");
1092 _replaced_nodes.dump(st);
1092 } 1093 }
1093 #endif 1094 #endif
1094 1095
1095 const RegMask &SafePointNode::in_RegMask(uint idx) const { 1096 const RegMask &SafePointNode::in_RegMask(uint idx) const {
1096 if( idx < TypeFunc::Parms ) return RegMask::Empty; 1097 if( idx < TypeFunc::Parms ) return RegMask::Empty;