test/hotspot/jtreg/applications/jcstress/copy/Test.java
branchhttp-client-branch
changeset 56840 94b0c37babde
parent 56839 8ca7b2673b12
parent 51182 b0fcf59be391
child 56841 d5fa8a463060
equal deleted inserted replaced
56839:8ca7b2673b12 56840:94b0c37babde
     1 /*
       
     2  * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
       
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
       
     4  *
       
     5  * This code is free software; you can redistribute it and/or modify it
       
     6  * under the terms of the GNU General Public License version 2 only, as
       
     7  * published by the Free Software Foundation.
       
     8  *
       
     9  * This code is distributed in the hope that it will be useful, but WITHOUT
       
    10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
       
    11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
       
    12  * version 2 for more details (a copy is included in the LICENSE file that
       
    13  * accompanied this code).
       
    14  *
       
    15  * You should have received a copy of the GNU General Public License version
       
    16  * 2 along with this work; if not, write to the Free Software Foundation,
       
    17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
       
    18  *
       
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
       
    20  * or visit www.oracle.com if you need additional information or have any
       
    21  * questions.
       
    22  */
       
    23 
       
    24 /* DO NOT MODIFY THIS FILE. GENERATED BY applications.jcstress.TestGenerator */
       
    25 
       
    26 /**
       
    27  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.plain.BooleanTest
       
    28  * @library /test/lib /
       
    29  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.plain.BooleanTest
       
    30  */
       
    31 
       
    32 /**
       
    33  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.plain.ByteTest
       
    34  * @library /test/lib /
       
    35  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.plain.ByteTest
       
    36  */
       
    37 
       
    38 /**
       
    39  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.plain.CharTest
       
    40  * @library /test/lib /
       
    41  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.plain.CharTest
       
    42  */
       
    43 
       
    44 /**
       
    45  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.plain.DoubleTest
       
    46  * @library /test/lib /
       
    47  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.plain.DoubleTest
       
    48  */
       
    49 
       
    50 /**
       
    51  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.plain.FloatTest
       
    52  * @library /test/lib /
       
    53  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.plain.FloatTest
       
    54  */
       
    55 
       
    56 /**
       
    57  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.plain.IntTest
       
    58  * @library /test/lib /
       
    59  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.plain.IntTest
       
    60  */
       
    61 
       
    62 /**
       
    63  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.plain.LongTest
       
    64  * @library /test/lib /
       
    65  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.plain.LongTest
       
    66  */
       
    67 
       
    68 /**
       
    69  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.plain.ShortTest
       
    70  * @library /test/lib /
       
    71  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.plain.ShortTest
       
    72  */
       
    73 
       
    74 /**
       
    75  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.plain.StringTest
       
    76  * @library /test/lib /
       
    77  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.plain.StringTest
       
    78  */
       
    79 
       
    80 /**
       
    81  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.volatiles.BooleanTest
       
    82  * @library /test/lib /
       
    83  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.volatiles.BooleanTest
       
    84  */
       
    85 
       
    86 /**
       
    87  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.volatiles.ByteTest
       
    88  * @library /test/lib /
       
    89  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.volatiles.ByteTest
       
    90  */
       
    91 
       
    92 /**
       
    93  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.volatiles.CharTest
       
    94  * @library /test/lib /
       
    95  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.volatiles.CharTest
       
    96  */
       
    97 
       
    98 /**
       
    99  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.volatiles.DoubleTest
       
   100  * @library /test/lib /
       
   101  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.volatiles.DoubleTest
       
   102  */
       
   103 
       
   104 /**
       
   105  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.volatiles.FloatTest
       
   106  * @library /test/lib /
       
   107  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.volatiles.FloatTest
       
   108  */
       
   109 
       
   110 /**
       
   111  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.volatiles.IntTest
       
   112  * @library /test/lib /
       
   113  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.volatiles.IntTest
       
   114  */
       
   115 
       
   116 /**
       
   117  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.volatiles.LongTest
       
   118  * @library /test/lib /
       
   119  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.volatiles.LongTest
       
   120  */
       
   121 
       
   122 /**
       
   123  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.volatiles.ShortTest
       
   124  * @library /test/lib /
       
   125  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.volatiles.ShortTest
       
   126  */
       
   127 
       
   128 /**
       
   129  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.volatiles.StringTest
       
   130  * @library /test/lib /
       
   131  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.large.volatiles.StringTest
       
   132  */
       
   133 
       
   134 /**
       
   135  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.plain.BooleanTest
       
   136  * @library /test/lib /
       
   137  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.plain.BooleanTest
       
   138  */
       
   139 
       
   140 /**
       
   141  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.plain.ByteTest
       
   142  * @library /test/lib /
       
   143  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.plain.ByteTest
       
   144  */
       
   145 
       
   146 /**
       
   147  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.plain.CharTest
       
   148  * @library /test/lib /
       
   149  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.plain.CharTest
       
   150  */
       
   151 
       
   152 /**
       
   153  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.plain.DoubleTest
       
   154  * @library /test/lib /
       
   155  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.plain.DoubleTest
       
   156  */
       
   157 
       
   158 /**
       
   159  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.plain.FloatTest
       
   160  * @library /test/lib /
       
   161  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.plain.FloatTest
       
   162  */
       
   163 
       
   164 /**
       
   165  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.plain.IntTest
       
   166  * @library /test/lib /
       
   167  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.plain.IntTest
       
   168  */
       
   169 
       
   170 /**
       
   171  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.plain.LongTest
       
   172  * @library /test/lib /
       
   173  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.plain.LongTest
       
   174  */
       
   175 
       
   176 /**
       
   177  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.plain.ShortTest
       
   178  * @library /test/lib /
       
   179  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.plain.ShortTest
       
   180  */
       
   181 
       
   182 /**
       
   183  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.plain.StringTest
       
   184  * @library /test/lib /
       
   185  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.plain.StringTest
       
   186  */
       
   187 
       
   188 /**
       
   189  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.volatiles.BooleanTest
       
   190  * @library /test/lib /
       
   191  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.volatiles.BooleanTest
       
   192  */
       
   193 
       
   194 /**
       
   195  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.volatiles.ByteTest
       
   196  * @library /test/lib /
       
   197  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.volatiles.ByteTest
       
   198  */
       
   199 
       
   200 /**
       
   201  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.volatiles.CharTest
       
   202  * @library /test/lib /
       
   203  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.volatiles.CharTest
       
   204  */
       
   205 
       
   206 /**
       
   207  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.volatiles.DoubleTest
       
   208  * @library /test/lib /
       
   209  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.volatiles.DoubleTest
       
   210  */
       
   211 
       
   212 /**
       
   213  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.volatiles.FloatTest
       
   214  * @library /test/lib /
       
   215  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.volatiles.FloatTest
       
   216  */
       
   217 
       
   218 /**
       
   219  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.volatiles.IntTest
       
   220  * @library /test/lib /
       
   221  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.volatiles.IntTest
       
   222  */
       
   223 
       
   224 /**
       
   225  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.volatiles.LongTest
       
   226  * @library /test/lib /
       
   227  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.volatiles.LongTest
       
   228  */
       
   229 
       
   230 /**
       
   231  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.volatiles.ShortTest
       
   232  * @library /test/lib /
       
   233  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.volatiles.ShortTest
       
   234  */
       
   235 
       
   236 /**
       
   237  * @test org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.volatiles.StringTest
       
   238  * @library /test/lib /
       
   239  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.arraycopy.arrays.small.volatiles.StringTest
       
   240  */
       
   241 
       
   242 /**
       
   243  * @test org.openjdk.jcstress.tests.copy.clone.arrays.large.plain.BooleanTest
       
   244  * @library /test/lib /
       
   245  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.large.plain.BooleanTest
       
   246  */
       
   247 
       
   248 /**
       
   249  * @test org.openjdk.jcstress.tests.copy.clone.arrays.large.plain.ByteTest
       
   250  * @library /test/lib /
       
   251  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.large.plain.ByteTest
       
   252  */
       
   253 
       
   254 /**
       
   255  * @test org.openjdk.jcstress.tests.copy.clone.arrays.large.plain.CharTest
       
   256  * @library /test/lib /
       
   257  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.large.plain.CharTest
       
   258  */
       
   259 
       
   260 /**
       
   261  * @test org.openjdk.jcstress.tests.copy.clone.arrays.large.plain.DoubleTest
       
   262  * @library /test/lib /
       
   263  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.large.plain.DoubleTest
       
   264  */
       
   265 
       
   266 /**
       
   267  * @test org.openjdk.jcstress.tests.copy.clone.arrays.large.plain.FloatTest
       
   268  * @library /test/lib /
       
   269  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.large.plain.FloatTest
       
   270  */
       
   271 
       
   272 /**
       
   273  * @test org.openjdk.jcstress.tests.copy.clone.arrays.large.plain.IntTest
       
   274  * @library /test/lib /
       
   275  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.large.plain.IntTest
       
   276  */
       
   277 
       
   278 /**
       
   279  * @test org.openjdk.jcstress.tests.copy.clone.arrays.large.plain.LongTest
       
   280  * @library /test/lib /
       
   281  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.large.plain.LongTest
       
   282  */
       
   283 
       
   284 /**
       
   285  * @test org.openjdk.jcstress.tests.copy.clone.arrays.large.plain.ShortTest
       
   286  * @library /test/lib /
       
   287  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.large.plain.ShortTest
       
   288  */
       
   289 
       
   290 /**
       
   291  * @test org.openjdk.jcstress.tests.copy.clone.arrays.large.plain.StringTest
       
   292  * @library /test/lib /
       
   293  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.large.plain.StringTest
       
   294  */
       
   295 
       
   296 /**
       
   297  * @test org.openjdk.jcstress.tests.copy.clone.arrays.large.volatiles.BooleanTest
       
   298  * @library /test/lib /
       
   299  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.large.volatiles.BooleanTest
       
   300  */
       
   301 
       
   302 /**
       
   303  * @test org.openjdk.jcstress.tests.copy.clone.arrays.large.volatiles.ByteTest
       
   304  * @library /test/lib /
       
   305  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.large.volatiles.ByteTest
       
   306  */
       
   307 
       
   308 /**
       
   309  * @test org.openjdk.jcstress.tests.copy.clone.arrays.large.volatiles.CharTest
       
   310  * @library /test/lib /
       
   311  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.large.volatiles.CharTest
       
   312  */
       
   313 
       
   314 /**
       
   315  * @test org.openjdk.jcstress.tests.copy.clone.arrays.large.volatiles.DoubleTest
       
   316  * @library /test/lib /
       
   317  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.large.volatiles.DoubleTest
       
   318  */
       
   319 
       
   320 /**
       
   321  * @test org.openjdk.jcstress.tests.copy.clone.arrays.large.volatiles.FloatTest
       
   322  * @library /test/lib /
       
   323  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.large.volatiles.FloatTest
       
   324  */
       
   325 
       
   326 /**
       
   327  * @test org.openjdk.jcstress.tests.copy.clone.arrays.large.volatiles.IntTest
       
   328  * @library /test/lib /
       
   329  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.large.volatiles.IntTest
       
   330  */
       
   331 
       
   332 /**
       
   333  * @test org.openjdk.jcstress.tests.copy.clone.arrays.large.volatiles.LongTest
       
   334  * @library /test/lib /
       
   335  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.large.volatiles.LongTest
       
   336  */
       
   337 
       
   338 /**
       
   339  * @test org.openjdk.jcstress.tests.copy.clone.arrays.large.volatiles.ShortTest
       
   340  * @library /test/lib /
       
   341  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.large.volatiles.ShortTest
       
   342  */
       
   343 
       
   344 /**
       
   345  * @test org.openjdk.jcstress.tests.copy.clone.arrays.large.volatiles.StringTest
       
   346  * @library /test/lib /
       
   347  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.large.volatiles.StringTest
       
   348  */
       
   349 
       
   350 /**
       
   351  * @test org.openjdk.jcstress.tests.copy.clone.arrays.small.plain.BooleanTest
       
   352  * @library /test/lib /
       
   353  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.small.plain.BooleanTest
       
   354  */
       
   355 
       
   356 /**
       
   357  * @test org.openjdk.jcstress.tests.copy.clone.arrays.small.plain.ByteTest
       
   358  * @library /test/lib /
       
   359  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.small.plain.ByteTest
       
   360  */
       
   361 
       
   362 /**
       
   363  * @test org.openjdk.jcstress.tests.copy.clone.arrays.small.plain.CharTest
       
   364  * @library /test/lib /
       
   365  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.small.plain.CharTest
       
   366  */
       
   367 
       
   368 /**
       
   369  * @test org.openjdk.jcstress.tests.copy.clone.arrays.small.plain.DoubleTest
       
   370  * @library /test/lib /
       
   371  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.small.plain.DoubleTest
       
   372  */
       
   373 
       
   374 /**
       
   375  * @test org.openjdk.jcstress.tests.copy.clone.arrays.small.plain.FloatTest
       
   376  * @library /test/lib /
       
   377  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.small.plain.FloatTest
       
   378  */
       
   379 
       
   380 /**
       
   381  * @test org.openjdk.jcstress.tests.copy.clone.arrays.small.plain.IntTest
       
   382  * @library /test/lib /
       
   383  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.small.plain.IntTest
       
   384  */
       
   385 
       
   386 /**
       
   387  * @test org.openjdk.jcstress.tests.copy.clone.arrays.small.plain.LongTest
       
   388  * @library /test/lib /
       
   389  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.small.plain.LongTest
       
   390  */
       
   391 
       
   392 /**
       
   393  * @test org.openjdk.jcstress.tests.copy.clone.arrays.small.plain.ShortTest
       
   394  * @library /test/lib /
       
   395  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.small.plain.ShortTest
       
   396  */
       
   397 
       
   398 /**
       
   399  * @test org.openjdk.jcstress.tests.copy.clone.arrays.small.plain.StringTest
       
   400  * @library /test/lib /
       
   401  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.small.plain.StringTest
       
   402  */
       
   403 
       
   404 /**
       
   405  * @test org.openjdk.jcstress.tests.copy.clone.arrays.small.volatiles.BooleanTest
       
   406  * @library /test/lib /
       
   407  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.small.volatiles.BooleanTest
       
   408  */
       
   409 
       
   410 /**
       
   411  * @test org.openjdk.jcstress.tests.copy.clone.arrays.small.volatiles.ByteTest
       
   412  * @library /test/lib /
       
   413  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.small.volatiles.ByteTest
       
   414  */
       
   415 
       
   416 /**
       
   417  * @test org.openjdk.jcstress.tests.copy.clone.arrays.small.volatiles.CharTest
       
   418  * @library /test/lib /
       
   419  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.small.volatiles.CharTest
       
   420  */
       
   421 
       
   422 /**
       
   423  * @test org.openjdk.jcstress.tests.copy.clone.arrays.small.volatiles.DoubleTest
       
   424  * @library /test/lib /
       
   425  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.small.volatiles.DoubleTest
       
   426  */
       
   427 
       
   428 /**
       
   429  * @test org.openjdk.jcstress.tests.copy.clone.arrays.small.volatiles.FloatTest
       
   430  * @library /test/lib /
       
   431  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.small.volatiles.FloatTest
       
   432  */
       
   433 
       
   434 /**
       
   435  * @test org.openjdk.jcstress.tests.copy.clone.arrays.small.volatiles.IntTest
       
   436  * @library /test/lib /
       
   437  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.small.volatiles.IntTest
       
   438  */
       
   439 
       
   440 /**
       
   441  * @test org.openjdk.jcstress.tests.copy.clone.arrays.small.volatiles.LongTest
       
   442  * @library /test/lib /
       
   443  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.small.volatiles.LongTest
       
   444  */
       
   445 
       
   446 /**
       
   447  * @test org.openjdk.jcstress.tests.copy.clone.arrays.small.volatiles.ShortTest
       
   448  * @library /test/lib /
       
   449  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.small.volatiles.ShortTest
       
   450  */
       
   451 
       
   452 /**
       
   453  * @test org.openjdk.jcstress.tests.copy.clone.arrays.small.volatiles.StringTest
       
   454  * @library /test/lib /
       
   455  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.arrays.small.volatiles.StringTest
       
   456  */
       
   457 
       
   458 /**
       
   459  * @test org.openjdk.jcstress.tests.copy.clone.objects.plain.BooleanTest
       
   460  * @library /test/lib /
       
   461  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.objects.plain.BooleanTest
       
   462  */
       
   463 
       
   464 /**
       
   465  * @test org.openjdk.jcstress.tests.copy.clone.objects.plain.ByteTest
       
   466  * @library /test/lib /
       
   467  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.objects.plain.ByteTest
       
   468  */
       
   469 
       
   470 /**
       
   471  * @test org.openjdk.jcstress.tests.copy.clone.objects.plain.CharTest
       
   472  * @library /test/lib /
       
   473  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.objects.plain.CharTest
       
   474  */
       
   475 
       
   476 /**
       
   477  * @test org.openjdk.jcstress.tests.copy.clone.objects.plain.DoubleTest
       
   478  * @library /test/lib /
       
   479  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.objects.plain.DoubleTest
       
   480  */
       
   481 
       
   482 /**
       
   483  * @test org.openjdk.jcstress.tests.copy.clone.objects.plain.FloatTest
       
   484  * @library /test/lib /
       
   485  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.objects.plain.FloatTest
       
   486  */
       
   487 
       
   488 /**
       
   489  * @test org.openjdk.jcstress.tests.copy.clone.objects.plain.IntTest
       
   490  * @library /test/lib /
       
   491  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.objects.plain.IntTest
       
   492  */
       
   493 
       
   494 /**
       
   495  * @test org.openjdk.jcstress.tests.copy.clone.objects.plain.LongTest
       
   496  * @library /test/lib /
       
   497  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.objects.plain.LongTest
       
   498  */
       
   499 
       
   500 /**
       
   501  * @test org.openjdk.jcstress.tests.copy.clone.objects.plain.ShortTest
       
   502  * @library /test/lib /
       
   503  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.objects.plain.ShortTest
       
   504  */
       
   505 
       
   506 /**
       
   507  * @test org.openjdk.jcstress.tests.copy.clone.objects.plain.StringTest
       
   508  * @library /test/lib /
       
   509  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.objects.plain.StringTest
       
   510  */
       
   511 
       
   512 /**
       
   513  * @test org.openjdk.jcstress.tests.copy.clone.objects.volatiles.BooleanTest
       
   514  * @library /test/lib /
       
   515  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.objects.volatiles.BooleanTest
       
   516  */
       
   517 
       
   518 /**
       
   519  * @test org.openjdk.jcstress.tests.copy.clone.objects.volatiles.ByteTest
       
   520  * @library /test/lib /
       
   521  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.objects.volatiles.ByteTest
       
   522  */
       
   523 
       
   524 /**
       
   525  * @test org.openjdk.jcstress.tests.copy.clone.objects.volatiles.CharTest
       
   526  * @library /test/lib /
       
   527  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.objects.volatiles.CharTest
       
   528  */
       
   529 
       
   530 /**
       
   531  * @test org.openjdk.jcstress.tests.copy.clone.objects.volatiles.DoubleTest
       
   532  * @library /test/lib /
       
   533  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.objects.volatiles.DoubleTest
       
   534  */
       
   535 
       
   536 /**
       
   537  * @test org.openjdk.jcstress.tests.copy.clone.objects.volatiles.FloatTest
       
   538  * @library /test/lib /
       
   539  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.objects.volatiles.FloatTest
       
   540  */
       
   541 
       
   542 /**
       
   543  * @test org.openjdk.jcstress.tests.copy.clone.objects.volatiles.IntTest
       
   544  * @library /test/lib /
       
   545  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.objects.volatiles.IntTest
       
   546  */
       
   547 
       
   548 /**
       
   549  * @test org.openjdk.jcstress.tests.copy.clone.objects.volatiles.LongTest
       
   550  * @library /test/lib /
       
   551  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.objects.volatiles.LongTest
       
   552  */
       
   553 
       
   554 /**
       
   555  * @test org.openjdk.jcstress.tests.copy.clone.objects.volatiles.ShortTest
       
   556  * @library /test/lib /
       
   557  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.objects.volatiles.ShortTest
       
   558  */
       
   559 
       
   560 /**
       
   561  * @test org.openjdk.jcstress.tests.copy.clone.objects.volatiles.StringTest
       
   562  * @library /test/lib /
       
   563  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.clone.objects.volatiles.StringTest
       
   564  */
       
   565 
       
   566 /**
       
   567  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.large.plain.BooleanTest
       
   568  * @library /test/lib /
       
   569  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.large.plain.BooleanTest
       
   570  */
       
   571 
       
   572 /**
       
   573  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.large.plain.ByteTest
       
   574  * @library /test/lib /
       
   575  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.large.plain.ByteTest
       
   576  */
       
   577 
       
   578 /**
       
   579  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.large.plain.CharTest
       
   580  * @library /test/lib /
       
   581  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.large.plain.CharTest
       
   582  */
       
   583 
       
   584 /**
       
   585  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.large.plain.DoubleTest
       
   586  * @library /test/lib /
       
   587  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.large.plain.DoubleTest
       
   588  */
       
   589 
       
   590 /**
       
   591  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.large.plain.FloatTest
       
   592  * @library /test/lib /
       
   593  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.large.plain.FloatTest
       
   594  */
       
   595 
       
   596 /**
       
   597  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.large.plain.IntTest
       
   598  * @library /test/lib /
       
   599  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.large.plain.IntTest
       
   600  */
       
   601 
       
   602 /**
       
   603  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.large.plain.LongTest
       
   604  * @library /test/lib /
       
   605  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.large.plain.LongTest
       
   606  */
       
   607 
       
   608 /**
       
   609  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.large.plain.ShortTest
       
   610  * @library /test/lib /
       
   611  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.large.plain.ShortTest
       
   612  */
       
   613 
       
   614 /**
       
   615  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.large.plain.StringTest
       
   616  * @library /test/lib /
       
   617  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.large.plain.StringTest
       
   618  */
       
   619 
       
   620 /**
       
   621  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.large.volatiles.BooleanTest
       
   622  * @library /test/lib /
       
   623  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.large.volatiles.BooleanTest
       
   624  */
       
   625 
       
   626 /**
       
   627  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.large.volatiles.ByteTest
       
   628  * @library /test/lib /
       
   629  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.large.volatiles.ByteTest
       
   630  */
       
   631 
       
   632 /**
       
   633  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.large.volatiles.CharTest
       
   634  * @library /test/lib /
       
   635  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.large.volatiles.CharTest
       
   636  */
       
   637 
       
   638 /**
       
   639  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.large.volatiles.DoubleTest
       
   640  * @library /test/lib /
       
   641  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.large.volatiles.DoubleTest
       
   642  */
       
   643 
       
   644 /**
       
   645  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.large.volatiles.FloatTest
       
   646  * @library /test/lib /
       
   647  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.large.volatiles.FloatTest
       
   648  */
       
   649 
       
   650 /**
       
   651  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.large.volatiles.IntTest
       
   652  * @library /test/lib /
       
   653  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.large.volatiles.IntTest
       
   654  */
       
   655 
       
   656 /**
       
   657  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.large.volatiles.LongTest
       
   658  * @library /test/lib /
       
   659  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.large.volatiles.LongTest
       
   660  */
       
   661 
       
   662 /**
       
   663  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.large.volatiles.ShortTest
       
   664  * @library /test/lib /
       
   665  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.large.volatiles.ShortTest
       
   666  */
       
   667 
       
   668 /**
       
   669  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.large.volatiles.StringTest
       
   670  * @library /test/lib /
       
   671  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.large.volatiles.StringTest
       
   672  */
       
   673 
       
   674 /**
       
   675  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.small.plain.BooleanTest
       
   676  * @library /test/lib /
       
   677  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.small.plain.BooleanTest
       
   678  */
       
   679 
       
   680 /**
       
   681  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.small.plain.ByteTest
       
   682  * @library /test/lib /
       
   683  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.small.plain.ByteTest
       
   684  */
       
   685 
       
   686 /**
       
   687  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.small.plain.CharTest
       
   688  * @library /test/lib /
       
   689  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.small.plain.CharTest
       
   690  */
       
   691 
       
   692 /**
       
   693  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.small.plain.DoubleTest
       
   694  * @library /test/lib /
       
   695  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.small.plain.DoubleTest
       
   696  */
       
   697 
       
   698 /**
       
   699  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.small.plain.FloatTest
       
   700  * @library /test/lib /
       
   701  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.small.plain.FloatTest
       
   702  */
       
   703 
       
   704 /**
       
   705  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.small.plain.IntTest
       
   706  * @library /test/lib /
       
   707  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.small.plain.IntTest
       
   708  */
       
   709 
       
   710 /**
       
   711  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.small.plain.LongTest
       
   712  * @library /test/lib /
       
   713  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.small.plain.LongTest
       
   714  */
       
   715 
       
   716 /**
       
   717  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.small.plain.ShortTest
       
   718  * @library /test/lib /
       
   719  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.small.plain.ShortTest
       
   720  */
       
   721 
       
   722 /**
       
   723  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.small.plain.StringTest
       
   724  * @library /test/lib /
       
   725  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.small.plain.StringTest
       
   726  */
       
   727 
       
   728 /**
       
   729  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.small.volatiles.BooleanTest
       
   730  * @library /test/lib /
       
   731  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.small.volatiles.BooleanTest
       
   732  */
       
   733 
       
   734 /**
       
   735  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.small.volatiles.ByteTest
       
   736  * @library /test/lib /
       
   737  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.small.volatiles.ByteTest
       
   738  */
       
   739 
       
   740 /**
       
   741  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.small.volatiles.CharTest
       
   742  * @library /test/lib /
       
   743  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.small.volatiles.CharTest
       
   744  */
       
   745 
       
   746 /**
       
   747  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.small.volatiles.DoubleTest
       
   748  * @library /test/lib /
       
   749  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.small.volatiles.DoubleTest
       
   750  */
       
   751 
       
   752 /**
       
   753  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.small.volatiles.FloatTest
       
   754  * @library /test/lib /
       
   755  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.small.volatiles.FloatTest
       
   756  */
       
   757 
       
   758 /**
       
   759  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.small.volatiles.IntTest
       
   760  * @library /test/lib /
       
   761  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.small.volatiles.IntTest
       
   762  */
       
   763 
       
   764 /**
       
   765  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.small.volatiles.LongTest
       
   766  * @library /test/lib /
       
   767  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.small.volatiles.LongTest
       
   768  */
       
   769 
       
   770 /**
       
   771  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.small.volatiles.ShortTest
       
   772  * @library /test/lib /
       
   773  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.small.volatiles.ShortTest
       
   774  */
       
   775 
       
   776 /**
       
   777  * @test org.openjdk.jcstress.tests.copy.copyof.arrays.small.volatiles.StringTest
       
   778  * @library /test/lib /
       
   779  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.copyof.arrays.small.volatiles.StringTest
       
   780  */
       
   781 
       
   782 /**
       
   783  * @test org.openjdk.jcstress.tests.copy.manual.arrays.large.plain.BooleanTest
       
   784  * @library /test/lib /
       
   785  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.large.plain.BooleanTest
       
   786  */
       
   787 
       
   788 /**
       
   789  * @test org.openjdk.jcstress.tests.copy.manual.arrays.large.plain.ByteTest
       
   790  * @library /test/lib /
       
   791  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.large.plain.ByteTest
       
   792  */
       
   793 
       
   794 /**
       
   795  * @test org.openjdk.jcstress.tests.copy.manual.arrays.large.plain.CharTest
       
   796  * @library /test/lib /
       
   797  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.large.plain.CharTest
       
   798  */
       
   799 
       
   800 /**
       
   801  * @test org.openjdk.jcstress.tests.copy.manual.arrays.large.plain.DoubleTest
       
   802  * @library /test/lib /
       
   803  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.large.plain.DoubleTest
       
   804  */
       
   805 
       
   806 /**
       
   807  * @test org.openjdk.jcstress.tests.copy.manual.arrays.large.plain.FloatTest
       
   808  * @library /test/lib /
       
   809  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.large.plain.FloatTest
       
   810  */
       
   811 
       
   812 /**
       
   813  * @test org.openjdk.jcstress.tests.copy.manual.arrays.large.plain.IntTest
       
   814  * @library /test/lib /
       
   815  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.large.plain.IntTest
       
   816  */
       
   817 
       
   818 /**
       
   819  * @test org.openjdk.jcstress.tests.copy.manual.arrays.large.plain.LongTest
       
   820  * @library /test/lib /
       
   821  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.large.plain.LongTest
       
   822  */
       
   823 
       
   824 /**
       
   825  * @test org.openjdk.jcstress.tests.copy.manual.arrays.large.plain.ShortTest
       
   826  * @library /test/lib /
       
   827  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.large.plain.ShortTest
       
   828  */
       
   829 
       
   830 /**
       
   831  * @test org.openjdk.jcstress.tests.copy.manual.arrays.large.plain.StringTest
       
   832  * @library /test/lib /
       
   833  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.large.plain.StringTest
       
   834  */
       
   835 
       
   836 /**
       
   837  * @test org.openjdk.jcstress.tests.copy.manual.arrays.large.volatiles.BooleanTest
       
   838  * @library /test/lib /
       
   839  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.large.volatiles.BooleanTest
       
   840  */
       
   841 
       
   842 /**
       
   843  * @test org.openjdk.jcstress.tests.copy.manual.arrays.large.volatiles.ByteTest
       
   844  * @library /test/lib /
       
   845  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.large.volatiles.ByteTest
       
   846  */
       
   847 
       
   848 /**
       
   849  * @test org.openjdk.jcstress.tests.copy.manual.arrays.large.volatiles.CharTest
       
   850  * @library /test/lib /
       
   851  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.large.volatiles.CharTest
       
   852  */
       
   853 
       
   854 /**
       
   855  * @test org.openjdk.jcstress.tests.copy.manual.arrays.large.volatiles.DoubleTest
       
   856  * @library /test/lib /
       
   857  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.large.volatiles.DoubleTest
       
   858  */
       
   859 
       
   860 /**
       
   861  * @test org.openjdk.jcstress.tests.copy.manual.arrays.large.volatiles.FloatTest
       
   862  * @library /test/lib /
       
   863  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.large.volatiles.FloatTest
       
   864  */
       
   865 
       
   866 /**
       
   867  * @test org.openjdk.jcstress.tests.copy.manual.arrays.large.volatiles.IntTest
       
   868  * @library /test/lib /
       
   869  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.large.volatiles.IntTest
       
   870  */
       
   871 
       
   872 /**
       
   873  * @test org.openjdk.jcstress.tests.copy.manual.arrays.large.volatiles.LongTest
       
   874  * @library /test/lib /
       
   875  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.large.volatiles.LongTest
       
   876  */
       
   877 
       
   878 /**
       
   879  * @test org.openjdk.jcstress.tests.copy.manual.arrays.large.volatiles.ShortTest
       
   880  * @library /test/lib /
       
   881  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.large.volatiles.ShortTest
       
   882  */
       
   883 
       
   884 /**
       
   885  * @test org.openjdk.jcstress.tests.copy.manual.arrays.large.volatiles.StringTest
       
   886  * @library /test/lib /
       
   887  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.large.volatiles.StringTest
       
   888  */
       
   889 
       
   890 /**
       
   891  * @test org.openjdk.jcstress.tests.copy.manual.arrays.small.plain.BooleanTest
       
   892  * @library /test/lib /
       
   893  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.small.plain.BooleanTest
       
   894  */
       
   895 
       
   896 /**
       
   897  * @test org.openjdk.jcstress.tests.copy.manual.arrays.small.plain.ByteTest
       
   898  * @library /test/lib /
       
   899  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.small.plain.ByteTest
       
   900  */
       
   901 
       
   902 /**
       
   903  * @test org.openjdk.jcstress.tests.copy.manual.arrays.small.plain.CharTest
       
   904  * @library /test/lib /
       
   905  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.small.plain.CharTest
       
   906  */
       
   907 
       
   908 /**
       
   909  * @test org.openjdk.jcstress.tests.copy.manual.arrays.small.plain.DoubleTest
       
   910  * @library /test/lib /
       
   911  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.small.plain.DoubleTest
       
   912  */
       
   913 
       
   914 /**
       
   915  * @test org.openjdk.jcstress.tests.copy.manual.arrays.small.plain.FloatTest
       
   916  * @library /test/lib /
       
   917  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.small.plain.FloatTest
       
   918  */
       
   919 
       
   920 /**
       
   921  * @test org.openjdk.jcstress.tests.copy.manual.arrays.small.plain.IntTest
       
   922  * @library /test/lib /
       
   923  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.small.plain.IntTest
       
   924  */
       
   925 
       
   926 /**
       
   927  * @test org.openjdk.jcstress.tests.copy.manual.arrays.small.plain.LongTest
       
   928  * @library /test/lib /
       
   929  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.small.plain.LongTest
       
   930  */
       
   931 
       
   932 /**
       
   933  * @test org.openjdk.jcstress.tests.copy.manual.arrays.small.plain.ShortTest
       
   934  * @library /test/lib /
       
   935  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.small.plain.ShortTest
       
   936  */
       
   937 
       
   938 /**
       
   939  * @test org.openjdk.jcstress.tests.copy.manual.arrays.small.plain.StringTest
       
   940  * @library /test/lib /
       
   941  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.small.plain.StringTest
       
   942  */
       
   943 
       
   944 /**
       
   945  * @test org.openjdk.jcstress.tests.copy.manual.arrays.small.volatiles.BooleanTest
       
   946  * @library /test/lib /
       
   947  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.small.volatiles.BooleanTest
       
   948  */
       
   949 
       
   950 /**
       
   951  * @test org.openjdk.jcstress.tests.copy.manual.arrays.small.volatiles.ByteTest
       
   952  * @library /test/lib /
       
   953  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.small.volatiles.ByteTest
       
   954  */
       
   955 
       
   956 /**
       
   957  * @test org.openjdk.jcstress.tests.copy.manual.arrays.small.volatiles.CharTest
       
   958  * @library /test/lib /
       
   959  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.small.volatiles.CharTest
       
   960  */
       
   961 
       
   962 /**
       
   963  * @test org.openjdk.jcstress.tests.copy.manual.arrays.small.volatiles.DoubleTest
       
   964  * @library /test/lib /
       
   965  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.small.volatiles.DoubleTest
       
   966  */
       
   967 
       
   968 /**
       
   969  * @test org.openjdk.jcstress.tests.copy.manual.arrays.small.volatiles.FloatTest
       
   970  * @library /test/lib /
       
   971  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.small.volatiles.FloatTest
       
   972  */
       
   973 
       
   974 /**
       
   975  * @test org.openjdk.jcstress.tests.copy.manual.arrays.small.volatiles.IntTest
       
   976  * @library /test/lib /
       
   977  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.small.volatiles.IntTest
       
   978  */
       
   979 
       
   980 /**
       
   981  * @test org.openjdk.jcstress.tests.copy.manual.arrays.small.volatiles.LongTest
       
   982  * @library /test/lib /
       
   983  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.small.volatiles.LongTest
       
   984  */
       
   985 
       
   986 /**
       
   987  * @test org.openjdk.jcstress.tests.copy.manual.arrays.small.volatiles.ShortTest
       
   988  * @library /test/lib /
       
   989  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.small.volatiles.ShortTest
       
   990  */
       
   991 
       
   992 /**
       
   993  * @test org.openjdk.jcstress.tests.copy.manual.arrays.small.volatiles.StringTest
       
   994  * @library /test/lib /
       
   995  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.arrays.small.volatiles.StringTest
       
   996  */
       
   997 
       
   998 /**
       
   999  * @test org.openjdk.jcstress.tests.copy.manual.objects.plain.BooleanTest
       
  1000  * @library /test/lib /
       
  1001  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.objects.plain.BooleanTest
       
  1002  */
       
  1003 
       
  1004 /**
       
  1005  * @test org.openjdk.jcstress.tests.copy.manual.objects.plain.ByteTest
       
  1006  * @library /test/lib /
       
  1007  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.objects.plain.ByteTest
       
  1008  */
       
  1009 
       
  1010 /**
       
  1011  * @test org.openjdk.jcstress.tests.copy.manual.objects.plain.CharTest
       
  1012  * @library /test/lib /
       
  1013  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.objects.plain.CharTest
       
  1014  */
       
  1015 
       
  1016 /**
       
  1017  * @test org.openjdk.jcstress.tests.copy.manual.objects.plain.DoubleTest
       
  1018  * @library /test/lib /
       
  1019  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.objects.plain.DoubleTest
       
  1020  */
       
  1021 
       
  1022 /**
       
  1023  * @test org.openjdk.jcstress.tests.copy.manual.objects.plain.FloatTest
       
  1024  * @library /test/lib /
       
  1025  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.objects.plain.FloatTest
       
  1026  */
       
  1027 
       
  1028 /**
       
  1029  * @test org.openjdk.jcstress.tests.copy.manual.objects.plain.IntTest
       
  1030  * @library /test/lib /
       
  1031  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.objects.plain.IntTest
       
  1032  */
       
  1033 
       
  1034 /**
       
  1035  * @test org.openjdk.jcstress.tests.copy.manual.objects.plain.LongTest
       
  1036  * @library /test/lib /
       
  1037  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.objects.plain.LongTest
       
  1038  */
       
  1039 
       
  1040 /**
       
  1041  * @test org.openjdk.jcstress.tests.copy.manual.objects.plain.ShortTest
       
  1042  * @library /test/lib /
       
  1043  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.objects.plain.ShortTest
       
  1044  */
       
  1045 
       
  1046 /**
       
  1047  * @test org.openjdk.jcstress.tests.copy.manual.objects.plain.StringTest
       
  1048  * @library /test/lib /
       
  1049  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.objects.plain.StringTest
       
  1050  */
       
  1051 
       
  1052 /**
       
  1053  * @test org.openjdk.jcstress.tests.copy.manual.objects.volatiles.BooleanTest
       
  1054  * @library /test/lib /
       
  1055  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.objects.volatiles.BooleanTest
       
  1056  */
       
  1057 
       
  1058 /**
       
  1059  * @test org.openjdk.jcstress.tests.copy.manual.objects.volatiles.ByteTest
       
  1060  * @library /test/lib /
       
  1061  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.objects.volatiles.ByteTest
       
  1062  */
       
  1063 
       
  1064 /**
       
  1065  * @test org.openjdk.jcstress.tests.copy.manual.objects.volatiles.CharTest
       
  1066  * @library /test/lib /
       
  1067  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.objects.volatiles.CharTest
       
  1068  */
       
  1069 
       
  1070 /**
       
  1071  * @test org.openjdk.jcstress.tests.copy.manual.objects.volatiles.DoubleTest
       
  1072  * @library /test/lib /
       
  1073  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.objects.volatiles.DoubleTest
       
  1074  */
       
  1075 
       
  1076 /**
       
  1077  * @test org.openjdk.jcstress.tests.copy.manual.objects.volatiles.FloatTest
       
  1078  * @library /test/lib /
       
  1079  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.objects.volatiles.FloatTest
       
  1080  */
       
  1081 
       
  1082 /**
       
  1083  * @test org.openjdk.jcstress.tests.copy.manual.objects.volatiles.IntTest
       
  1084  * @library /test/lib /
       
  1085  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.objects.volatiles.IntTest
       
  1086  */
       
  1087 
       
  1088 /**
       
  1089  * @test org.openjdk.jcstress.tests.copy.manual.objects.volatiles.LongTest
       
  1090  * @library /test/lib /
       
  1091  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.objects.volatiles.LongTest
       
  1092  */
       
  1093 
       
  1094 /**
       
  1095  * @test org.openjdk.jcstress.tests.copy.manual.objects.volatiles.ShortTest
       
  1096  * @library /test/lib /
       
  1097  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.objects.volatiles.ShortTest
       
  1098  */
       
  1099 
       
  1100 /**
       
  1101  * @test org.openjdk.jcstress.tests.copy.manual.objects.volatiles.StringTest
       
  1102  * @library /test/lib /
       
  1103  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.copy.manual.objects.volatiles.StringTest
       
  1104  */
       
  1105