< prev index next >

test/compiler/testlibrary/rtm/XAbortProvoker.java

Print this page

        

*** 22,33 **** * */ package compiler.testlibrary.rtm; - import jdk.test.lib.Utils; import jdk.internal.misc.Unsafe; /** * Current RTM locking implementation force transaction abort * before native method call by explicit xabort(0) call. */ --- 22,33 ---- * */ package compiler.testlibrary.rtm; import jdk.internal.misc.Unsafe; + import jdk.test.lib.Utils; /** * Current RTM locking implementation force transaction abort * before native method call by explicit xabort(0) call. */
< prev index next >