hotspot/test/compiler/loopopts/superword/TestVectorizationWithInvariant.java
changeset 38152 80e5da81fb2c
parent 30634 b1f417671661
child 40059 c2304140ed64
equal deleted inserted replaced
38151:fffedc5e5cf8 38152:80e5da81fb2c
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 import jdk.test.lib.*;
    25 import jdk.test.lib.*;
    26 import sun.misc.Unsafe;
    26 import jdk.internal.misc.Unsafe;
    27 
    27 
    28 /**
    28 /**
    29  * @test
    29  * @test
    30  * @bug 8078497
    30  * @bug 8078497
    31  * @summary Tests correct alignment of vectors with loop invariant offset.
    31  * @summary Tests correct alignment of vectors with loop invariant offset.
       
    32  * @modules java.base/jdk.internal.misc
    32  * @library /testlibrary
    33  * @library /testlibrary
    33  * @run main TestVectorizationWithInvariant
    34  * @run main TestVectorizationWithInvariant
    34  */
    35  */
    35 public class TestVectorizationWithInvariant {
    36 public class TestVectorizationWithInvariant {
    36 
    37