< prev index next >

src/hotspot/cpu/sparc/stubGenerator_sparc.cpp

Print this page

        

*** 583,593 **** // is flushed, and will stay flushed while the caller executes. return start; } ! // Support for jint Atomic::xchg(jint exchange_value, volatile jint* dest). // // Arguments: // // exchange_value: O0 // dest: O1 --- 583,593 ---- // is flushed, and will stay flushed while the caller executes. return start; } ! // Support for jint Atomic::xchg(volatile jint* dest, jint exchange_value). // // Arguments: // // exchange_value: O0 // dest: O1
< prev index next >