test/hotspot/jtreg/compiler/codegen/TestCharVect2.java
changeset 59136 fc998c509521
parent 53052 11f59b9c72fe
equal deleted inserted replaced
59133:580fb715b29d 59136:fc998c509521
    22  */
    22  */
    23 
    23 
    24 /**
    24 /**
    25  * @test
    25  * @test
    26  * @bug 8001183
    26  * @bug 8001183
    27  * @summary incorrect results of char vectors right shift operaiton
    27  * @summary incorrect results of char vectors right shift operation
    28  *
    28  *
    29  * @run main/othervm/timeout=400 -Xbatch -Xmx128m compiler.codegen.TestCharVect2
    29  * @run main/othervm/timeout=400 -Xbatch -Xmx128m compiler.codegen.TestCharVect2
       
    30  */
       
    31 
       
    32 /**
       
    33  * @test
       
    34  * @bug 8001183
       
    35  * @summary incorrect results of char vectors right shift operation
       
    36  * @requires vm.compiler2.enabled | vm.graal.enabled
       
    37  *
    30  * @run main/othervm/timeout=400 -Xbatch -Xmx128m -XX:MaxVectorSize=8 compiler.codegen.TestCharVect2
    38  * @run main/othervm/timeout=400 -Xbatch -Xmx128m -XX:MaxVectorSize=8 compiler.codegen.TestCharVect2
    31  * @run main/othervm/timeout=400 -Xbatch -Xmx128m -XX:MaxVectorSize=16 compiler.codegen.TestCharVect2
    39  * @run main/othervm/timeout=400 -Xbatch -Xmx128m -XX:MaxVectorSize=16 compiler.codegen.TestCharVect2
    32  * @run main/othervm/timeout=400 -Xbatch -Xmx128m -XX:MaxVectorSize=32 compiler.codegen.TestCharVect2
    40  * @run main/othervm/timeout=400 -Xbatch -Xmx128m -XX:MaxVectorSize=32 compiler.codegen.TestCharVect2
    33  */
    41  */
    34 
    42