comparison src/share/vm/opto/multnode.hpp @ 14422:2b8e28fdf503

Merge
author kvn
date Tue, 05 Nov 2013 17:38:04 -0800
parents 3213ba4d3dff
children de6a9e811145
comparison
equal deleted inserted replaced
14421:3068270ba476 14422:2b8e28fdf503
86 virtual const RegMask &out_RegMask() const; 86 virtual const RegMask &out_RegMask() const;
87 87
88 #ifndef PRODUCT 88 #ifndef PRODUCT
89 virtual void dump_spec(outputStream *st) const; 89 virtual void dump_spec(outputStream *st) const;
90 #endif 90 #endif
91
92 // Return true if proj is for "proj->[region->..]call_uct"
93 bool is_uncommon_trap_proj(Deoptimization::DeoptReason reason);
94 // Return true for "if(test)-> proj -> ...
95 // |
96 // V
97 // other_proj->[region->..]call_uct"
98 bool is_uncommon_trap_if_pattern(Deoptimization::DeoptReason reason);
91 }; 99 };
92 100
93 #endif // SHARE_VM_OPTO_MULTNODE_HPP 101 #endif // SHARE_VM_OPTO_MULTNODE_HPP