comparison src/os_cpu/solaris_x86/vm/solaris_x86_64.ad @ 3851:95134e034042

7063629: use cbcond in C2 generated code on T4 Summary: Use new short branch instruction in C2 generated code. Reviewed-by: never
author kvn
date Thu, 11 Aug 2011 12:08:11 -0700
parents c18cbe5936b8
children 9b8ce46870df
comparison
equal deleted inserted replaced
3850:6987871cfb9b 3851:95134e034042
178 emit_break(cbuf); 178 emit_break(cbuf);
179 } 179 }
180 180
181 uint MachBreakpointNode::size(PhaseRegAlloc* ra_) const 181 uint MachBreakpointNode::size(PhaseRegAlloc* ra_) const
182 { 182 {
183 return 5; 183 // distance could be far and requires load and call through register
184 return MachNode::size(ra_);
184 } 185 }
185 186
186 %} 187 %}