< prev index next >

src/hotspot/cpu/x86/x86.ad

Print this page

        

*** 2795,2809 **** match(OnSpinWait); ins_cost(200); format %{ $$template - if (os::is_MP()) { $$emit$$"pause\t! membar_onspinwait" - } else { - $$emit$$"MEMBAR-onspinwait ! (empty encoding)" - } %} ins_encode %{ __ pause(); %} ins_pipe(pipe_slow); --- 2795,2805 ----
< prev index next >