hotspot/test/compiler/intrinsics/unsafe/UnsafeTwoCASLong.java
changeset 42307 cefc81dc1d52
parent 41705 332239c052cc
child 45514 0fc9cc73ce45
equal deleted inserted replaced
42142:6d23d5e6b916 42307:cefc81dc1d52
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8143930
    26  * @bug 8143930
    27  * @summary C1 LinearScan asserts when compiling two back-to-back CompareAndSwapLongs
    27  * @summary C1 LinearScan asserts when compiling two back-to-back CompareAndSwapLongs
    28  * @modules java.base/jdk.internal.misc
    28  * @modules java.base/jdk.internal.misc:+open
    29  *
    29  *
    30  * @run testng/othervm -Diters=200000 -XX:TieredStopAtLevel=1
    30  * @run testng/othervm -Diters=200000 -XX:TieredStopAtLevel=1
    31  *      compiler.intrinsics.unsafe.UnsafeTwoCASLong
    31  *      compiler.intrinsics.unsafe.UnsafeTwoCASLong
    32  */
    32  */
    33 
    33