hotspot/test/compiler/unsafe/X-UnsafeAccessTest.java.template
changeset 40059 c2304140ed64
parent 39419 cc993a4ab581
child 45514 0fc9cc73ce45
equal deleted inserted replaced
40058:b4441f6cfe79 40059:c2304140ed64
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8143628
    26  * @bug 8143628
    27  * @summary Test unsafe access for $type$
    27  * @summary Test unsafe access for $type$
       
    28  *
    28  * @modules $module$/$package$
    29  * @modules $module$/$package$
    29  * @run testng/othervm -Diters=100   -Xint                   $Qualifier$UnsafeAccessTest$Type$
    30  * @run testng/othervm -Diters=100   -Xint                   compiler.unsafe.$Qualifier$UnsafeAccessTest$Type$
    30  * @run testng/othervm -Diters=20000 -XX:TieredStopAtLevel=1 $Qualifier$UnsafeAccessTest$Type$
    31  * @run testng/othervm -Diters=20000 -XX:TieredStopAtLevel=1 compiler.unsafe.$Qualifier$UnsafeAccessTest$Type$
    31  * @run testng/othervm -Diters=20000 -XX:-TieredCompilation  $Qualifier$UnsafeAccessTest$Type$
    32  * @run testng/othervm -Diters=20000 -XX:-TieredCompilation  compiler.unsafe.$Qualifier$UnsafeAccessTest$Type$
    32  * @run testng/othervm -Diters=20000                         $Qualifier$UnsafeAccessTest$Type$
    33  * @run testng/othervm -Diters=20000                         compiler.unsafe.$Qualifier$UnsafeAccessTest$Type$
    33  */
    34  */
       
    35 
       
    36 package compiler.unsafe;
    34 
    37 
    35 import org.testng.annotations.Test;
    38 import org.testng.annotations.Test;
    36 
    39 
    37 import java.lang.reflect.Field;
    40 import java.lang.reflect.Field;
    38 
    41