hotspot/test/compiler/testlibrary/rtm/XAbortProvoker.java
changeset 38152 80e5da81fb2c
parent 30604 b8d532cb6420
child 39438 206a712f8f16
equal deleted inserted replaced
38151:fffedc5e5cf8 38152:80e5da81fb2c
    23  */
    23  */
    24 
    24 
    25 package rtm;
    25 package rtm;
    26 
    26 
    27 import jdk.test.lib.Utils;
    27 import jdk.test.lib.Utils;
    28 import sun.misc.Unsafe;
    28 import jdk.internal.misc.Unsafe;
    29 
    29 
    30 /**
    30 /**
    31  * Current RTM locking implementation force transaction abort
    31  * Current RTM locking implementation force transaction abort
    32  * before native method call by explicit xabort(0) call.
    32  * before native method call by explicit xabort(0) call.
    33  */
    33  */