test/hotspot/jtreg/applications/jcstress/atomicity/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.atomicity.buffers.ByteBufferAtomicityTests.ByteTest
       
    28  * @library /test/lib /
       
    29  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.buffers.ByteBufferAtomicityTests.ByteTest
       
    30  */
       
    31 
       
    32 /**
       
    33  * @test org.openjdk.jcstress.tests.atomicity.buffers.ByteBufferAtomicityTests.CharTest
       
    34  * @library /test/lib /
       
    35  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.buffers.ByteBufferAtomicityTests.CharTest
       
    36  */
       
    37 
       
    38 /**
       
    39  * @test org.openjdk.jcstress.tests.atomicity.buffers.ByteBufferAtomicityTests.DoubleTest
       
    40  * @library /test/lib /
       
    41  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.buffers.ByteBufferAtomicityTests.DoubleTest
       
    42  */
       
    43 
       
    44 /**
       
    45  * @test org.openjdk.jcstress.tests.atomicity.buffers.ByteBufferAtomicityTests.FloatTest
       
    46  * @library /test/lib /
       
    47  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.buffers.ByteBufferAtomicityTests.FloatTest
       
    48  */
       
    49 
       
    50 /**
       
    51  * @test org.openjdk.jcstress.tests.atomicity.buffers.ByteBufferAtomicityTests.IntTest
       
    52  * @library /test/lib /
       
    53  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.buffers.ByteBufferAtomicityTests.IntTest
       
    54  */
       
    55 
       
    56 /**
       
    57  * @test org.openjdk.jcstress.tests.atomicity.buffers.ByteBufferAtomicityTests.LongTest
       
    58  * @library /test/lib /
       
    59  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.buffers.ByteBufferAtomicityTests.LongTest
       
    60  */
       
    61 
       
    62 /**
       
    63  * @test org.openjdk.jcstress.tests.atomicity.buffers.ByteBufferAtomicityTests.ShortTest
       
    64  * @library /test/lib /
       
    65  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.buffers.ByteBufferAtomicityTests.ShortTest
       
    66  */
       
    67 
       
    68 /**
       
    69  * @test org.openjdk.jcstress.tests.atomicity.buffers.ByteBufferViewsAtomicityTests.CharViewTest
       
    70  * @library /test/lib /
       
    71  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.buffers.ByteBufferViewsAtomicityTests.CharViewTest
       
    72  */
       
    73 
       
    74 /**
       
    75  * @test org.openjdk.jcstress.tests.atomicity.buffers.ByteBufferViewsAtomicityTests.DoubleViewTest
       
    76  * @library /test/lib /
       
    77  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.buffers.ByteBufferViewsAtomicityTests.DoubleViewTest
       
    78  */
       
    79 
       
    80 /**
       
    81  * @test org.openjdk.jcstress.tests.atomicity.buffers.ByteBufferViewsAtomicityTests.FloatViewTest
       
    82  * @library /test/lib /
       
    83  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.buffers.ByteBufferViewsAtomicityTests.FloatViewTest
       
    84  */
       
    85 
       
    86 /**
       
    87  * @test org.openjdk.jcstress.tests.atomicity.buffers.ByteBufferViewsAtomicityTests.IntViewTest
       
    88  * @library /test/lib /
       
    89  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.buffers.ByteBufferViewsAtomicityTests.IntViewTest
       
    90  */
       
    91 
       
    92 /**
       
    93  * @test org.openjdk.jcstress.tests.atomicity.buffers.ByteBufferViewsAtomicityTests.LongViewTest
       
    94  * @library /test/lib /
       
    95  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.buffers.ByteBufferViewsAtomicityTests.LongViewTest
       
    96  */
       
    97 
       
    98 /**
       
    99  * @test org.openjdk.jcstress.tests.atomicity.buffers.ByteBufferViewsAtomicityTests.ShortViewTest
       
   100  * @library /test/lib /
       
   101  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.buffers.ByteBufferViewsAtomicityTests.ShortViewTest
       
   102  */
       
   103 
       
   104 /**
       
   105  * @test org.openjdk.jcstress.tests.atomicity.buffers.CharBufferAtomicityTests.CharTest
       
   106  * @library /test/lib /
       
   107  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.buffers.CharBufferAtomicityTests.CharTest
       
   108  */
       
   109 
       
   110 /**
       
   111  * @test org.openjdk.jcstress.tests.atomicity.buffers.DirectByteBufferAtomicityTests.ByteTest
       
   112  * @library /test/lib /
       
   113  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.buffers.DirectByteBufferAtomicityTests.ByteTest
       
   114  */
       
   115 
       
   116 /**
       
   117  * @test org.openjdk.jcstress.tests.atomicity.buffers.DirectByteBufferAtomicityTests.CharTest
       
   118  * @library /test/lib /
       
   119  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.buffers.DirectByteBufferAtomicityTests.CharTest
       
   120  */
       
   121 
       
   122 /**
       
   123  * @test org.openjdk.jcstress.tests.atomicity.buffers.DirectByteBufferAtomicityTests.DoubleTest
       
   124  * @library /test/lib /
       
   125  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.buffers.DirectByteBufferAtomicityTests.DoubleTest
       
   126  */
       
   127 
       
   128 /**
       
   129  * @test org.openjdk.jcstress.tests.atomicity.buffers.DirectByteBufferAtomicityTests.FloatTest
       
   130  * @library /test/lib /
       
   131  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.buffers.DirectByteBufferAtomicityTests.FloatTest
       
   132  */
       
   133 
       
   134 /**
       
   135  * @test org.openjdk.jcstress.tests.atomicity.buffers.DirectByteBufferAtomicityTests.IntTest
       
   136  * @library /test/lib /
       
   137  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.buffers.DirectByteBufferAtomicityTests.IntTest
       
   138  */
       
   139 
       
   140 /**
       
   141  * @test org.openjdk.jcstress.tests.atomicity.buffers.DirectByteBufferAtomicityTests.LongTest
       
   142  * @library /test/lib /
       
   143  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.buffers.DirectByteBufferAtomicityTests.LongTest
       
   144  */
       
   145 
       
   146 /**
       
   147  * @test org.openjdk.jcstress.tests.atomicity.buffers.DirectByteBufferAtomicityTests.ShortTest
       
   148  * @library /test/lib /
       
   149  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.buffers.DirectByteBufferAtomicityTests.ShortTest
       
   150  */
       
   151 
       
   152 /**
       
   153  * @test org.openjdk.jcstress.tests.atomicity.buffers.DirectByteBufferViewsAtomicityTests.CharViewTest
       
   154  * @library /test/lib /
       
   155  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.buffers.DirectByteBufferViewsAtomicityTests.CharViewTest
       
   156  */
       
   157 
       
   158 /**
       
   159  * @test org.openjdk.jcstress.tests.atomicity.buffers.DirectByteBufferViewsAtomicityTests.DoubleViewTest
       
   160  * @library /test/lib /
       
   161  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.buffers.DirectByteBufferViewsAtomicityTests.DoubleViewTest
       
   162  */
       
   163 
       
   164 /**
       
   165  * @test org.openjdk.jcstress.tests.atomicity.buffers.DirectByteBufferViewsAtomicityTests.FloatViewTest
       
   166  * @library /test/lib /
       
   167  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.buffers.DirectByteBufferViewsAtomicityTests.FloatViewTest
       
   168  */
       
   169 
       
   170 /**
       
   171  * @test org.openjdk.jcstress.tests.atomicity.buffers.DirectByteBufferViewsAtomicityTests.IntViewTest
       
   172  * @library /test/lib /
       
   173  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.buffers.DirectByteBufferViewsAtomicityTests.IntViewTest
       
   174  */
       
   175 
       
   176 /**
       
   177  * @test org.openjdk.jcstress.tests.atomicity.buffers.DirectByteBufferViewsAtomicityTests.LongViewTest
       
   178  * @library /test/lib /
       
   179  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.buffers.DirectByteBufferViewsAtomicityTests.LongViewTest
       
   180  */
       
   181 
       
   182 /**
       
   183  * @test org.openjdk.jcstress.tests.atomicity.buffers.DirectByteBufferViewsAtomicityTests.ShortViewTest
       
   184  * @library /test/lib /
       
   185  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.buffers.DirectByteBufferViewsAtomicityTests.ShortViewTest
       
   186  */
       
   187 
       
   188 /**
       
   189  * @test org.openjdk.jcstress.tests.atomicity.buffers.DoubleBufferAtomicityTests.DoubleTest
       
   190  * @library /test/lib /
       
   191  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.buffers.DoubleBufferAtomicityTests.DoubleTest
       
   192  */
       
   193 
       
   194 /**
       
   195  * @test org.openjdk.jcstress.tests.atomicity.buffers.FloatBufferAtomicityTests.FloatTest
       
   196  * @library /test/lib /
       
   197  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.buffers.FloatBufferAtomicityTests.FloatTest
       
   198  */
       
   199 
       
   200 /**
       
   201  * @test org.openjdk.jcstress.tests.atomicity.buffers.IntBufferAtomicityTests.IntTest
       
   202  * @library /test/lib /
       
   203  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.buffers.IntBufferAtomicityTests.IntTest
       
   204  */
       
   205 
       
   206 /**
       
   207  * @test org.openjdk.jcstress.tests.atomicity.buffers.LongBufferAtomicityTests.LongTest
       
   208  * @library /test/lib /
       
   209  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.buffers.LongBufferAtomicityTests.LongTest
       
   210  */
       
   211 
       
   212 /**
       
   213  * @test org.openjdk.jcstress.tests.atomicity.buffers.ShortBufferAtomicityTests.ShortTest
       
   214  * @library /test/lib /
       
   215  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.buffers.ShortBufferAtomicityTests.ShortTest
       
   216  */
       
   217 
       
   218 /**
       
   219  * @test org.openjdk.jcstress.tests.atomicity.crosscache.ByteBufferIntAtomicityTest
       
   220  * @library /test/lib /
       
   221  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.crosscache.ByteBufferIntAtomicityTest
       
   222  */
       
   223 
       
   224 /**
       
   225  * @test org.openjdk.jcstress.tests.atomicity.crosscache.DirectByteBufferIntAtomicityTest
       
   226  * @library /test/lib /
       
   227  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.crosscache.DirectByteBufferIntAtomicityTest
       
   228  */
       
   229 
       
   230 /**
       
   231  * @test org.openjdk.jcstress.tests.atomicity.crosscache.UnsafeIntAtomicityTest
       
   232  * @library /test/lib /
       
   233  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.crosscache.UnsafeIntAtomicityTest
       
   234  */
       
   235 
       
   236 /**
       
   237  * @test org.openjdk.jcstress.tests.atomicity.primitives.perbyte.ByteAtomicityTest
       
   238  * @library /test/lib /
       
   239  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.primitives.perbyte.ByteAtomicityTest
       
   240  */
       
   241 
       
   242 /**
       
   243  * @test org.openjdk.jcstress.tests.atomicity.primitives.perbyte.CharAtomicityTest
       
   244  * @library /test/lib /
       
   245  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.primitives.perbyte.CharAtomicityTest
       
   246  */
       
   247 
       
   248 /**
       
   249  * @test org.openjdk.jcstress.tests.atomicity.primitives.perbyte.DoubleAtomicityTest
       
   250  * @library /test/lib /
       
   251  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.primitives.perbyte.DoubleAtomicityTest
       
   252  */
       
   253 
       
   254 /**
       
   255  * @test org.openjdk.jcstress.tests.atomicity.primitives.perbyte.FloatAtomicityTest
       
   256  * @library /test/lib /
       
   257  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.primitives.perbyte.FloatAtomicityTest
       
   258  */
       
   259 
       
   260 /**
       
   261  * @test org.openjdk.jcstress.tests.atomicity.primitives.perbyte.IntAtomicityTest
       
   262  * @library /test/lib /
       
   263  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.primitives.perbyte.IntAtomicityTest
       
   264  */
       
   265 
       
   266 /**
       
   267  * @test org.openjdk.jcstress.tests.atomicity.primitives.perbyte.LongAtomicityTest
       
   268  * @library /test/lib /
       
   269  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.primitives.perbyte.LongAtomicityTest
       
   270  */
       
   271 
       
   272 /**
       
   273  * @test org.openjdk.jcstress.tests.atomicity.primitives.perbyte.ShortAtomicityTest
       
   274  * @library /test/lib /
       
   275  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.primitives.perbyte.ShortAtomicityTest
       
   276  */
       
   277 
       
   278 /**
       
   279  * @test org.openjdk.jcstress.tests.atomicity.primitives.perbyte.VolatileByteAtomicityTest
       
   280  * @library /test/lib /
       
   281  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.primitives.perbyte.VolatileByteAtomicityTest
       
   282  */
       
   283 
       
   284 /**
       
   285  * @test org.openjdk.jcstress.tests.atomicity.primitives.perbyte.VolatileCharAtomicityTest
       
   286  * @library /test/lib /
       
   287  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.primitives.perbyte.VolatileCharAtomicityTest
       
   288  */
       
   289 
       
   290 /**
       
   291  * @test org.openjdk.jcstress.tests.atomicity.primitives.perbyte.VolatileDoubleAtomicityTest
       
   292  * @library /test/lib /
       
   293  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.primitives.perbyte.VolatileDoubleAtomicityTest
       
   294  */
       
   295 
       
   296 /**
       
   297  * @test org.openjdk.jcstress.tests.atomicity.primitives.perbyte.VolatileFloatAtomicityTest
       
   298  * @library /test/lib /
       
   299  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.primitives.perbyte.VolatileFloatAtomicityTest
       
   300  */
       
   301 
       
   302 /**
       
   303  * @test org.openjdk.jcstress.tests.atomicity.primitives.perbyte.VolatileIntAtomicityTest
       
   304  * @library /test/lib /
       
   305  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.primitives.perbyte.VolatileIntAtomicityTest
       
   306  */
       
   307 
       
   308 /**
       
   309  * @test org.openjdk.jcstress.tests.atomicity.primitives.perbyte.VolatileLongAtomicityTest
       
   310  * @library /test/lib /
       
   311  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.primitives.perbyte.VolatileLongAtomicityTest
       
   312  */
       
   313 
       
   314 /**
       
   315  * @test org.openjdk.jcstress.tests.atomicity.primitives.perbyte.VolatileShortAtomicityTest
       
   316  * @library /test/lib /
       
   317  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.primitives.perbyte.VolatileShortAtomicityTest
       
   318  */
       
   319 
       
   320 /**
       
   321  * @test org.openjdk.jcstress.tests.atomicity.primitives.reflect.ByteAtomicityTest
       
   322  * @library /test/lib /
       
   323  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.primitives.reflect.ByteAtomicityTest
       
   324  */
       
   325 
       
   326 /**
       
   327  * @test org.openjdk.jcstress.tests.atomicity.primitives.reflect.CharAtomicityTest
       
   328  * @library /test/lib /
       
   329  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.primitives.reflect.CharAtomicityTest
       
   330  */
       
   331 
       
   332 /**
       
   333  * @test org.openjdk.jcstress.tests.atomicity.primitives.reflect.DoubleAtomicityTest
       
   334  * @library /test/lib /
       
   335  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.primitives.reflect.DoubleAtomicityTest
       
   336  */
       
   337 
       
   338 /**
       
   339  * @test org.openjdk.jcstress.tests.atomicity.primitives.reflect.FloatAtomicityTest
       
   340  * @library /test/lib /
       
   341  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.primitives.reflect.FloatAtomicityTest
       
   342  */
       
   343 
       
   344 /**
       
   345  * @test org.openjdk.jcstress.tests.atomicity.primitives.reflect.IntAtomicityTest
       
   346  * @library /test/lib /
       
   347  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.primitives.reflect.IntAtomicityTest
       
   348  */
       
   349 
       
   350 /**
       
   351  * @test org.openjdk.jcstress.tests.atomicity.primitives.reflect.LongAtomicityTest
       
   352  * @library /test/lib /
       
   353  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.primitives.reflect.LongAtomicityTest
       
   354  */
       
   355 
       
   356 /**
       
   357  * @test org.openjdk.jcstress.tests.atomicity.primitives.reflect.ShortAtomicityTest
       
   358  * @library /test/lib /
       
   359  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.primitives.reflect.ShortAtomicityTest
       
   360  */
       
   361 
       
   362 /**
       
   363  * @test org.openjdk.jcstress.tests.atomicity.primitives.reflect.VolatileByteAtomicityTest
       
   364  * @library /test/lib /
       
   365  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.primitives.reflect.VolatileByteAtomicityTest
       
   366  */
       
   367 
       
   368 /**
       
   369  * @test org.openjdk.jcstress.tests.atomicity.primitives.reflect.VolatileCharAtomicityTest
       
   370  * @library /test/lib /
       
   371  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.primitives.reflect.VolatileCharAtomicityTest
       
   372  */
       
   373 
       
   374 /**
       
   375  * @test org.openjdk.jcstress.tests.atomicity.primitives.reflect.VolatileDoubleAtomicityTest
       
   376  * @library /test/lib /
       
   377  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.primitives.reflect.VolatileDoubleAtomicityTest
       
   378  */
       
   379 
       
   380 /**
       
   381  * @test org.openjdk.jcstress.tests.atomicity.primitives.reflect.VolatileFloatAtomicityTest
       
   382  * @library /test/lib /
       
   383  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.primitives.reflect.VolatileFloatAtomicityTest
       
   384  */
       
   385 
       
   386 /**
       
   387  * @test org.openjdk.jcstress.tests.atomicity.primitives.reflect.VolatileIntAtomicityTest
       
   388  * @library /test/lib /
       
   389  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.primitives.reflect.VolatileIntAtomicityTest
       
   390  */
       
   391 
       
   392 /**
       
   393  * @test org.openjdk.jcstress.tests.atomicity.primitives.reflect.VolatileLongAtomicityTest
       
   394  * @library /test/lib /
       
   395  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.primitives.reflect.VolatileLongAtomicityTest
       
   396  */
       
   397 
       
   398 /**
       
   399  * @test org.openjdk.jcstress.tests.atomicity.primitives.reflect.VolatileShortAtomicityTest
       
   400  * @library /test/lib /
       
   401  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.primitives.reflect.VolatileShortAtomicityTest
       
   402  */
       
   403 
       
   404 /**
       
   405  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeAcquireBoolean
       
   406  * @library /test/lib /
       
   407  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeAcquireBoolean
       
   408  */
       
   409 
       
   410 /**
       
   411  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeAcquireByte
       
   412  * @library /test/lib /
       
   413  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeAcquireByte
       
   414  */
       
   415 
       
   416 /**
       
   417  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeAcquireChar
       
   418  * @library /test/lib /
       
   419  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeAcquireChar
       
   420  */
       
   421 
       
   422 /**
       
   423  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeAcquireDouble
       
   424  * @library /test/lib /
       
   425  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeAcquireDouble
       
   426  */
       
   427 
       
   428 /**
       
   429  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeAcquireFloat
       
   430  * @library /test/lib /
       
   431  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeAcquireFloat
       
   432  */
       
   433 
       
   434 /**
       
   435  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeAcquireInt
       
   436  * @library /test/lib /
       
   437  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeAcquireInt
       
   438  */
       
   439 
       
   440 /**
       
   441  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeAcquireLong
       
   442  * @library /test/lib /
       
   443  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeAcquireLong
       
   444  */
       
   445 
       
   446 /**
       
   447  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeAcquireShort
       
   448  * @library /test/lib /
       
   449  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeAcquireShort
       
   450  */
       
   451 
       
   452 /**
       
   453  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeAcquireString
       
   454  * @library /test/lib /
       
   455  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeAcquireString
       
   456  */
       
   457 
       
   458 /**
       
   459  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeBoolean
       
   460  * @library /test/lib /
       
   461  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeBoolean
       
   462  */
       
   463 
       
   464 /**
       
   465  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeByte
       
   466  * @library /test/lib /
       
   467  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeByte
       
   468  */
       
   469 
       
   470 /**
       
   471  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeChar
       
   472  * @library /test/lib /
       
   473  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeChar
       
   474  */
       
   475 
       
   476 /**
       
   477  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeDouble
       
   478  * @library /test/lib /
       
   479  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeDouble
       
   480  */
       
   481 
       
   482 /**
       
   483  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeFloat
       
   484  * @library /test/lib /
       
   485  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeFloat
       
   486  */
       
   487 
       
   488 /**
       
   489  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeInt
       
   490  * @library /test/lib /
       
   491  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeInt
       
   492  */
       
   493 
       
   494 /**
       
   495  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeLong
       
   496  * @library /test/lib /
       
   497  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeLong
       
   498  */
       
   499 
       
   500 /**
       
   501  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeReleaseBoolean
       
   502  * @library /test/lib /
       
   503  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeReleaseBoolean
       
   504  */
       
   505 
       
   506 /**
       
   507  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeReleaseByte
       
   508  * @library /test/lib /
       
   509  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeReleaseByte
       
   510  */
       
   511 
       
   512 /**
       
   513  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeReleaseChar
       
   514  * @library /test/lib /
       
   515  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeReleaseChar
       
   516  */
       
   517 
       
   518 /**
       
   519  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeReleaseDouble
       
   520  * @library /test/lib /
       
   521  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeReleaseDouble
       
   522  */
       
   523 
       
   524 /**
       
   525  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeReleaseFloat
       
   526  * @library /test/lib /
       
   527  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeReleaseFloat
       
   528  */
       
   529 
       
   530 /**
       
   531  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeReleaseInt
       
   532  * @library /test/lib /
       
   533  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeReleaseInt
       
   534  */
       
   535 
       
   536 /**
       
   537  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeReleaseLong
       
   538  * @library /test/lib /
       
   539  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeReleaseLong
       
   540  */
       
   541 
       
   542 /**
       
   543  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeReleaseShort
       
   544  * @library /test/lib /
       
   545  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeReleaseShort
       
   546  */
       
   547 
       
   548 /**
       
   549  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeReleaseString
       
   550  * @library /test/lib /
       
   551  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeReleaseString
       
   552  */
       
   553 
       
   554 /**
       
   555  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeShort
       
   556  * @library /test/lib /
       
   557  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeShort
       
   558  */
       
   559 
       
   560 /**
       
   561  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeString
       
   562  * @library /test/lib /
       
   563  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CAETest.CompareAndExchangeString
       
   564  */
       
   565 
       
   566 /**
       
   567  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CASTest.CompareAndSetBoolean
       
   568  * @library /test/lib /
       
   569  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CASTest.CompareAndSetBoolean
       
   570  */
       
   571 
       
   572 /**
       
   573  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CASTest.CompareAndSetByte
       
   574  * @library /test/lib /
       
   575  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CASTest.CompareAndSetByte
       
   576  */
       
   577 
       
   578 /**
       
   579  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CASTest.CompareAndSetChar
       
   580  * @library /test/lib /
       
   581  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CASTest.CompareAndSetChar
       
   582  */
       
   583 
       
   584 /**
       
   585  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CASTest.CompareAndSetDouble
       
   586  * @library /test/lib /
       
   587  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CASTest.CompareAndSetDouble
       
   588  */
       
   589 
       
   590 /**
       
   591  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CASTest.CompareAndSetFloat
       
   592  * @library /test/lib /
       
   593  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CASTest.CompareAndSetFloat
       
   594  */
       
   595 
       
   596 /**
       
   597  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CASTest.CompareAndSetInt
       
   598  * @library /test/lib /
       
   599  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CASTest.CompareAndSetInt
       
   600  */
       
   601 
       
   602 /**
       
   603  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CASTest.CompareAndSetLong
       
   604  * @library /test/lib /
       
   605  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CASTest.CompareAndSetLong
       
   606  */
       
   607 
       
   608 /**
       
   609  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CASTest.CompareAndSetShort
       
   610  * @library /test/lib /
       
   611  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CASTest.CompareAndSetShort
       
   612  */
       
   613 
       
   614 /**
       
   615  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CASTest.CompareAndSetString
       
   616  * @library /test/lib /
       
   617  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.CASTest.CompareAndSetString
       
   618  */
       
   619 
       
   620 /**
       
   621  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.GetAndAddTest.GetAndAddInt
       
   622  * @library /test/lib /
       
   623  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.GetAndAddTest.GetAndAddInt
       
   624  */
       
   625 
       
   626 /**
       
   627  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.GetAndAddTest.GetAndAddLong
       
   628  * @library /test/lib /
       
   629  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.GetAndAddTest.GetAndAddLong
       
   630  */
       
   631 
       
   632 /**
       
   633  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.GetAndSetTest.GetAndSetBoolean
       
   634  * @library /test/lib /
       
   635  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.GetAndSetTest.GetAndSetBoolean
       
   636  */
       
   637 
       
   638 /**
       
   639  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.GetAndSetTest.GetAndSetByte
       
   640  * @library /test/lib /
       
   641  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.GetAndSetTest.GetAndSetByte
       
   642  */
       
   643 
       
   644 /**
       
   645  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.GetAndSetTest.GetAndSetChar
       
   646  * @library /test/lib /
       
   647  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.GetAndSetTest.GetAndSetChar
       
   648  */
       
   649 
       
   650 /**
       
   651  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.GetAndSetTest.GetAndSetDouble
       
   652  * @library /test/lib /
       
   653  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.GetAndSetTest.GetAndSetDouble
       
   654  */
       
   655 
       
   656 /**
       
   657  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.GetAndSetTest.GetAndSetFloat
       
   658  * @library /test/lib /
       
   659  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.GetAndSetTest.GetAndSetFloat
       
   660  */
       
   661 
       
   662 /**
       
   663  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.GetAndSetTest.GetAndSetInt
       
   664  * @library /test/lib /
       
   665  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.GetAndSetTest.GetAndSetInt
       
   666  */
       
   667 
       
   668 /**
       
   669  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.GetAndSetTest.GetAndSetLong
       
   670  * @library /test/lib /
       
   671  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.GetAndSetTest.GetAndSetLong
       
   672  */
       
   673 
       
   674 /**
       
   675  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.GetAndSetTest.GetAndSetShort
       
   676  * @library /test/lib /
       
   677  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.GetAndSetTest.GetAndSetShort
       
   678  */
       
   679 
       
   680 /**
       
   681  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.GetAndSetTest.GetAndSetString
       
   682  * @library /test/lib /
       
   683  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.GetAndSetTest.GetAndSetString
       
   684  */
       
   685 
       
   686 /**
       
   687  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetAcquireBoolean
       
   688  * @library /test/lib /
       
   689  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetAcquireBoolean
       
   690  */
       
   691 
       
   692 /**
       
   693  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetAcquireByte
       
   694  * @library /test/lib /
       
   695  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetAcquireByte
       
   696  */
       
   697 
       
   698 /**
       
   699  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetAcquireChar
       
   700  * @library /test/lib /
       
   701  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetAcquireChar
       
   702  */
       
   703 
       
   704 /**
       
   705  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetAcquireDouble
       
   706  * @library /test/lib /
       
   707  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetAcquireDouble
       
   708  */
       
   709 
       
   710 /**
       
   711  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetAcquireFloat
       
   712  * @library /test/lib /
       
   713  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetAcquireFloat
       
   714  */
       
   715 
       
   716 /**
       
   717  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetAcquireInt
       
   718  * @library /test/lib /
       
   719  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetAcquireInt
       
   720  */
       
   721 
       
   722 /**
       
   723  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetAcquireLong
       
   724  * @library /test/lib /
       
   725  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetAcquireLong
       
   726  */
       
   727 
       
   728 /**
       
   729  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetAcquireShort
       
   730  * @library /test/lib /
       
   731  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetAcquireShort
       
   732  */
       
   733 
       
   734 /**
       
   735  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetAcquireString
       
   736  * @library /test/lib /
       
   737  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetAcquireString
       
   738  */
       
   739 
       
   740 /**
       
   741  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetBoolean
       
   742  * @library /test/lib /
       
   743  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetBoolean
       
   744  */
       
   745 
       
   746 /**
       
   747  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetByte
       
   748  * @library /test/lib /
       
   749  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetByte
       
   750  */
       
   751 
       
   752 /**
       
   753  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetChar
       
   754  * @library /test/lib /
       
   755  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetChar
       
   756  */
       
   757 
       
   758 /**
       
   759  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetDouble
       
   760  * @library /test/lib /
       
   761  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetDouble
       
   762  */
       
   763 
       
   764 /**
       
   765  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetFloat
       
   766  * @library /test/lib /
       
   767  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetFloat
       
   768  */
       
   769 
       
   770 /**
       
   771  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetInt
       
   772  * @library /test/lib /
       
   773  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetInt
       
   774  */
       
   775 
       
   776 /**
       
   777  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetLong
       
   778  * @library /test/lib /
       
   779  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetLong
       
   780  */
       
   781 
       
   782 /**
       
   783  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetPlainBoolean
       
   784  * @library /test/lib /
       
   785  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetPlainBoolean
       
   786  */
       
   787 
       
   788 /**
       
   789  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetPlainByte
       
   790  * @library /test/lib /
       
   791  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetPlainByte
       
   792  */
       
   793 
       
   794 /**
       
   795  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetPlainChar
       
   796  * @library /test/lib /
       
   797  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetPlainChar
       
   798  */
       
   799 
       
   800 /**
       
   801  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetPlainDouble
       
   802  * @library /test/lib /
       
   803  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetPlainDouble
       
   804  */
       
   805 
       
   806 /**
       
   807  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetPlainFloat
       
   808  * @library /test/lib /
       
   809  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetPlainFloat
       
   810  */
       
   811 
       
   812 /**
       
   813  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetPlainInt
       
   814  * @library /test/lib /
       
   815  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetPlainInt
       
   816  */
       
   817 
       
   818 /**
       
   819  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetPlainLong
       
   820  * @library /test/lib /
       
   821  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetPlainLong
       
   822  */
       
   823 
       
   824 /**
       
   825  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetPlainShort
       
   826  * @library /test/lib /
       
   827  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetPlainShort
       
   828  */
       
   829 
       
   830 /**
       
   831  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetPlainString
       
   832  * @library /test/lib /
       
   833  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetPlainString
       
   834  */
       
   835 
       
   836 /**
       
   837  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetReleaseBoolean
       
   838  * @library /test/lib /
       
   839  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetReleaseBoolean
       
   840  */
       
   841 
       
   842 /**
       
   843  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetReleaseByte
       
   844  * @library /test/lib /
       
   845  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetReleaseByte
       
   846  */
       
   847 
       
   848 /**
       
   849  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetReleaseChar
       
   850  * @library /test/lib /
       
   851  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetReleaseChar
       
   852  */
       
   853 
       
   854 /**
       
   855  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetReleaseDouble
       
   856  * @library /test/lib /
       
   857  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetReleaseDouble
       
   858  */
       
   859 
       
   860 /**
       
   861  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetReleaseFloat
       
   862  * @library /test/lib /
       
   863  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetReleaseFloat
       
   864  */
       
   865 
       
   866 /**
       
   867  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetReleaseInt
       
   868  * @library /test/lib /
       
   869  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetReleaseInt
       
   870  */
       
   871 
       
   872 /**
       
   873  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetReleaseLong
       
   874  * @library /test/lib /
       
   875  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetReleaseLong
       
   876  */
       
   877 
       
   878 /**
       
   879  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetReleaseShort
       
   880  * @library /test/lib /
       
   881  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetReleaseShort
       
   882  */
       
   883 
       
   884 /**
       
   885  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetReleaseString
       
   886  * @library /test/lib /
       
   887  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetReleaseString
       
   888  */
       
   889 
       
   890 /**
       
   891  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetShort
       
   892  * @library /test/lib /
       
   893  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetShort
       
   894  */
       
   895 
       
   896 /**
       
   897  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetString
       
   898  * @library /test/lib /
       
   899  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASContendStrongTest.WeakCompareAndSetString
       
   900  */
       
   901 
       
   902 /**
       
   903  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetAcquireBoolean
       
   904  * @library /test/lib /
       
   905  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetAcquireBoolean
       
   906  */
       
   907 
       
   908 /**
       
   909  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetAcquireByte
       
   910  * @library /test/lib /
       
   911  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetAcquireByte
       
   912  */
       
   913 
       
   914 /**
       
   915  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetAcquireChar
       
   916  * @library /test/lib /
       
   917  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetAcquireChar
       
   918  */
       
   919 
       
   920 /**
       
   921  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetAcquireDouble
       
   922  * @library /test/lib /
       
   923  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetAcquireDouble
       
   924  */
       
   925 
       
   926 /**
       
   927  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetAcquireFloat
       
   928  * @library /test/lib /
       
   929  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetAcquireFloat
       
   930  */
       
   931 
       
   932 /**
       
   933  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetAcquireInt
       
   934  * @library /test/lib /
       
   935  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetAcquireInt
       
   936  */
       
   937 
       
   938 /**
       
   939  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetAcquireLong
       
   940  * @library /test/lib /
       
   941  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetAcquireLong
       
   942  */
       
   943 
       
   944 /**
       
   945  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetAcquireShort
       
   946  * @library /test/lib /
       
   947  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetAcquireShort
       
   948  */
       
   949 
       
   950 /**
       
   951  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetAcquireString
       
   952  * @library /test/lib /
       
   953  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetAcquireString
       
   954  */
       
   955 
       
   956 /**
       
   957  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetBoolean
       
   958  * @library /test/lib /
       
   959  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetBoolean
       
   960  */
       
   961 
       
   962 /**
       
   963  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetByte
       
   964  * @library /test/lib /
       
   965  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetByte
       
   966  */
       
   967 
       
   968 /**
       
   969  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetChar
       
   970  * @library /test/lib /
       
   971  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetChar
       
   972  */
       
   973 
       
   974 /**
       
   975  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetDouble
       
   976  * @library /test/lib /
       
   977  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetDouble
       
   978  */
       
   979 
       
   980 /**
       
   981  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetFloat
       
   982  * @library /test/lib /
       
   983  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetFloat
       
   984  */
       
   985 
       
   986 /**
       
   987  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetInt
       
   988  * @library /test/lib /
       
   989  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetInt
       
   990  */
       
   991 
       
   992 /**
       
   993  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetLong
       
   994  * @library /test/lib /
       
   995  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetLong
       
   996  */
       
   997 
       
   998 /**
       
   999  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetPlainBoolean
       
  1000  * @library /test/lib /
       
  1001  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetPlainBoolean
       
  1002  */
       
  1003 
       
  1004 /**
       
  1005  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetPlainByte
       
  1006  * @library /test/lib /
       
  1007  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetPlainByte
       
  1008  */
       
  1009 
       
  1010 /**
       
  1011  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetPlainChar
       
  1012  * @library /test/lib /
       
  1013  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetPlainChar
       
  1014  */
       
  1015 
       
  1016 /**
       
  1017  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetPlainDouble
       
  1018  * @library /test/lib /
       
  1019  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetPlainDouble
       
  1020  */
       
  1021 
       
  1022 /**
       
  1023  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetPlainFloat
       
  1024  * @library /test/lib /
       
  1025  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetPlainFloat
       
  1026  */
       
  1027 
       
  1028 /**
       
  1029  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetPlainInt
       
  1030  * @library /test/lib /
       
  1031  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetPlainInt
       
  1032  */
       
  1033 
       
  1034 /**
       
  1035  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetPlainLong
       
  1036  * @library /test/lib /
       
  1037  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetPlainLong
       
  1038  */
       
  1039 
       
  1040 /**
       
  1041  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetPlainShort
       
  1042  * @library /test/lib /
       
  1043  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetPlainShort
       
  1044  */
       
  1045 
       
  1046 /**
       
  1047  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetPlainString
       
  1048  * @library /test/lib /
       
  1049  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetPlainString
       
  1050  */
       
  1051 
       
  1052 /**
       
  1053  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetReleaseBoolean
       
  1054  * @library /test/lib /
       
  1055  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetReleaseBoolean
       
  1056  */
       
  1057 
       
  1058 /**
       
  1059  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetReleaseByte
       
  1060  * @library /test/lib /
       
  1061  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetReleaseByte
       
  1062  */
       
  1063 
       
  1064 /**
       
  1065  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetReleaseChar
       
  1066  * @library /test/lib /
       
  1067  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetReleaseChar
       
  1068  */
       
  1069 
       
  1070 /**
       
  1071  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetReleaseDouble
       
  1072  * @library /test/lib /
       
  1073  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetReleaseDouble
       
  1074  */
       
  1075 
       
  1076 /**
       
  1077  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetReleaseFloat
       
  1078  * @library /test/lib /
       
  1079  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetReleaseFloat
       
  1080  */
       
  1081 
       
  1082 /**
       
  1083  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetReleaseInt
       
  1084  * @library /test/lib /
       
  1085  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetReleaseInt
       
  1086  */
       
  1087 
       
  1088 /**
       
  1089  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetReleaseLong
       
  1090  * @library /test/lib /
       
  1091  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetReleaseLong
       
  1092  */
       
  1093 
       
  1094 /**
       
  1095  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetReleaseShort
       
  1096  * @library /test/lib /
       
  1097  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetReleaseShort
       
  1098  */
       
  1099 
       
  1100 /**
       
  1101  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetReleaseString
       
  1102  * @library /test/lib /
       
  1103  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetReleaseString
       
  1104  */
       
  1105 
       
  1106 /**
       
  1107  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetShort
       
  1108  * @library /test/lib /
       
  1109  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetShort
       
  1110  */
       
  1111 
       
  1112 /**
       
  1113  * @test org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetString
       
  1114  * @library /test/lib /
       
  1115  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.arrays.WeakCASTest.WeakCompareAndSetString
       
  1116  */
       
  1117 
       
  1118 /**
       
  1119  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.CAETest.CompareAndExchangeAcquireDouble
       
  1120  * @library /test/lib /
       
  1121  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.CAETest.CompareAndExchangeAcquireDouble
       
  1122  */
       
  1123 
       
  1124 /**
       
  1125  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.CAETest.CompareAndExchangeAcquireFloat
       
  1126  * @library /test/lib /
       
  1127  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.CAETest.CompareAndExchangeAcquireFloat
       
  1128  */
       
  1129 
       
  1130 /**
       
  1131  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.CAETest.CompareAndExchangeAcquireInt
       
  1132  * @library /test/lib /
       
  1133  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.CAETest.CompareAndExchangeAcquireInt
       
  1134  */
       
  1135 
       
  1136 /**
       
  1137  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.CAETest.CompareAndExchangeAcquireLong
       
  1138  * @library /test/lib /
       
  1139  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.CAETest.CompareAndExchangeAcquireLong
       
  1140  */
       
  1141 
       
  1142 /**
       
  1143  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.CAETest.CompareAndExchangeDouble
       
  1144  * @library /test/lib /
       
  1145  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.CAETest.CompareAndExchangeDouble
       
  1146  */
       
  1147 
       
  1148 /**
       
  1149  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.CAETest.CompareAndExchangeFloat
       
  1150  * @library /test/lib /
       
  1151  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.CAETest.CompareAndExchangeFloat
       
  1152  */
       
  1153 
       
  1154 /**
       
  1155  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.CAETest.CompareAndExchangeInt
       
  1156  * @library /test/lib /
       
  1157  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.CAETest.CompareAndExchangeInt
       
  1158  */
       
  1159 
       
  1160 /**
       
  1161  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.CAETest.CompareAndExchangeLong
       
  1162  * @library /test/lib /
       
  1163  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.CAETest.CompareAndExchangeLong
       
  1164  */
       
  1165 
       
  1166 /**
       
  1167  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.CAETest.CompareAndExchangeReleaseDouble
       
  1168  * @library /test/lib /
       
  1169  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.CAETest.CompareAndExchangeReleaseDouble
       
  1170  */
       
  1171 
       
  1172 /**
       
  1173  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.CAETest.CompareAndExchangeReleaseFloat
       
  1174  * @library /test/lib /
       
  1175  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.CAETest.CompareAndExchangeReleaseFloat
       
  1176  */
       
  1177 
       
  1178 /**
       
  1179  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.CAETest.CompareAndExchangeReleaseInt
       
  1180  * @library /test/lib /
       
  1181  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.CAETest.CompareAndExchangeReleaseInt
       
  1182  */
       
  1183 
       
  1184 /**
       
  1185  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.CAETest.CompareAndExchangeReleaseLong
       
  1186  * @library /test/lib /
       
  1187  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.CAETest.CompareAndExchangeReleaseLong
       
  1188  */
       
  1189 
       
  1190 /**
       
  1191  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.CASTest.CompareAndSetDouble
       
  1192  * @library /test/lib /
       
  1193  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.CASTest.CompareAndSetDouble
       
  1194  */
       
  1195 
       
  1196 /**
       
  1197  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.CASTest.CompareAndSetFloat
       
  1198  * @library /test/lib /
       
  1199  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.CASTest.CompareAndSetFloat
       
  1200  */
       
  1201 
       
  1202 /**
       
  1203  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.CASTest.CompareAndSetInt
       
  1204  * @library /test/lib /
       
  1205  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.CASTest.CompareAndSetInt
       
  1206  */
       
  1207 
       
  1208 /**
       
  1209  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.CASTest.CompareAndSetLong
       
  1210  * @library /test/lib /
       
  1211  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.CASTest.CompareAndSetLong
       
  1212  */
       
  1213 
       
  1214 /**
       
  1215  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.GetAndAddTest.GetAndAddInt
       
  1216  * @library /test/lib /
       
  1217  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.GetAndAddTest.GetAndAddInt
       
  1218  */
       
  1219 
       
  1220 /**
       
  1221  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.GetAndAddTest.GetAndAddLong
       
  1222  * @library /test/lib /
       
  1223  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.GetAndAddTest.GetAndAddLong
       
  1224  */
       
  1225 
       
  1226 /**
       
  1227  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.GetAndSetTest.GetAndSetDouble
       
  1228  * @library /test/lib /
       
  1229  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.GetAndSetTest.GetAndSetDouble
       
  1230  */
       
  1231 
       
  1232 /**
       
  1233  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.GetAndSetTest.GetAndSetFloat
       
  1234  * @library /test/lib /
       
  1235  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.GetAndSetTest.GetAndSetFloat
       
  1236  */
       
  1237 
       
  1238 /**
       
  1239  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.GetAndSetTest.GetAndSetInt
       
  1240  * @library /test/lib /
       
  1241  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.GetAndSetTest.GetAndSetInt
       
  1242  */
       
  1243 
       
  1244 /**
       
  1245  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.GetAndSetTest.GetAndSetLong
       
  1246  * @library /test/lib /
       
  1247  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.GetAndSetTest.GetAndSetLong
       
  1248  */
       
  1249 
       
  1250 /**
       
  1251  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASContendStrongTest.WeakCompareAndSetAcquireDouble
       
  1252  * @library /test/lib /
       
  1253  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASContendStrongTest.WeakCompareAndSetAcquireDouble
       
  1254  */
       
  1255 
       
  1256 /**
       
  1257  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASContendStrongTest.WeakCompareAndSetAcquireFloat
       
  1258  * @library /test/lib /
       
  1259  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASContendStrongTest.WeakCompareAndSetAcquireFloat
       
  1260  */
       
  1261 
       
  1262 /**
       
  1263  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASContendStrongTest.WeakCompareAndSetAcquireInt
       
  1264  * @library /test/lib /
       
  1265  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASContendStrongTest.WeakCompareAndSetAcquireInt
       
  1266  */
       
  1267 
       
  1268 /**
       
  1269  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASContendStrongTest.WeakCompareAndSetAcquireLong
       
  1270  * @library /test/lib /
       
  1271  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASContendStrongTest.WeakCompareAndSetAcquireLong
       
  1272  */
       
  1273 
       
  1274 /**
       
  1275  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASContendStrongTest.WeakCompareAndSetDouble
       
  1276  * @library /test/lib /
       
  1277  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASContendStrongTest.WeakCompareAndSetDouble
       
  1278  */
       
  1279 
       
  1280 /**
       
  1281  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASContendStrongTest.WeakCompareAndSetFloat
       
  1282  * @library /test/lib /
       
  1283  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASContendStrongTest.WeakCompareAndSetFloat
       
  1284  */
       
  1285 
       
  1286 /**
       
  1287  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASContendStrongTest.WeakCompareAndSetInt
       
  1288  * @library /test/lib /
       
  1289  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASContendStrongTest.WeakCompareAndSetInt
       
  1290  */
       
  1291 
       
  1292 /**
       
  1293  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASContendStrongTest.WeakCompareAndSetLong
       
  1294  * @library /test/lib /
       
  1295  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASContendStrongTest.WeakCompareAndSetLong
       
  1296  */
       
  1297 
       
  1298 /**
       
  1299  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASContendStrongTest.WeakCompareAndSetPlainDouble
       
  1300  * @library /test/lib /
       
  1301  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASContendStrongTest.WeakCompareAndSetPlainDouble
       
  1302  */
       
  1303 
       
  1304 /**
       
  1305  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASContendStrongTest.WeakCompareAndSetPlainFloat
       
  1306  * @library /test/lib /
       
  1307  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASContendStrongTest.WeakCompareAndSetPlainFloat
       
  1308  */
       
  1309 
       
  1310 /**
       
  1311  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASContendStrongTest.WeakCompareAndSetPlainInt
       
  1312  * @library /test/lib /
       
  1313  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASContendStrongTest.WeakCompareAndSetPlainInt
       
  1314  */
       
  1315 
       
  1316 /**
       
  1317  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASContendStrongTest.WeakCompareAndSetPlainLong
       
  1318  * @library /test/lib /
       
  1319  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASContendStrongTest.WeakCompareAndSetPlainLong
       
  1320  */
       
  1321 
       
  1322 /**
       
  1323  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASContendStrongTest.WeakCompareAndSetReleaseDouble
       
  1324  * @library /test/lib /
       
  1325  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASContendStrongTest.WeakCompareAndSetReleaseDouble
       
  1326  */
       
  1327 
       
  1328 /**
       
  1329  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASContendStrongTest.WeakCompareAndSetReleaseFloat
       
  1330  * @library /test/lib /
       
  1331  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASContendStrongTest.WeakCompareAndSetReleaseFloat
       
  1332  */
       
  1333 
       
  1334 /**
       
  1335  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASContendStrongTest.WeakCompareAndSetReleaseInt
       
  1336  * @library /test/lib /
       
  1337  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASContendStrongTest.WeakCompareAndSetReleaseInt
       
  1338  */
       
  1339 
       
  1340 /**
       
  1341  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASContendStrongTest.WeakCompareAndSetReleaseLong
       
  1342  * @library /test/lib /
       
  1343  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASContendStrongTest.WeakCompareAndSetReleaseLong
       
  1344  */
       
  1345 
       
  1346 /**
       
  1347  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASTest.WeakCompareAndSetAcquireDouble
       
  1348  * @library /test/lib /
       
  1349  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASTest.WeakCompareAndSetAcquireDouble
       
  1350  */
       
  1351 
       
  1352 /**
       
  1353  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASTest.WeakCompareAndSetAcquireFloat
       
  1354  * @library /test/lib /
       
  1355  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASTest.WeakCompareAndSetAcquireFloat
       
  1356  */
       
  1357 
       
  1358 /**
       
  1359  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASTest.WeakCompareAndSetAcquireInt
       
  1360  * @library /test/lib /
       
  1361  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASTest.WeakCompareAndSetAcquireInt
       
  1362  */
       
  1363 
       
  1364 /**
       
  1365  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASTest.WeakCompareAndSetAcquireLong
       
  1366  * @library /test/lib /
       
  1367  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASTest.WeakCompareAndSetAcquireLong
       
  1368  */
       
  1369 
       
  1370 /**
       
  1371  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASTest.WeakCompareAndSetDouble
       
  1372  * @library /test/lib /
       
  1373  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASTest.WeakCompareAndSetDouble
       
  1374  */
       
  1375 
       
  1376 /**
       
  1377  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASTest.WeakCompareAndSetFloat
       
  1378  * @library /test/lib /
       
  1379  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASTest.WeakCompareAndSetFloat
       
  1380  */
       
  1381 
       
  1382 /**
       
  1383  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASTest.WeakCompareAndSetInt
       
  1384  * @library /test/lib /
       
  1385  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASTest.WeakCompareAndSetInt
       
  1386  */
       
  1387 
       
  1388 /**
       
  1389  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASTest.WeakCompareAndSetLong
       
  1390  * @library /test/lib /
       
  1391  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASTest.WeakCompareAndSetLong
       
  1392  */
       
  1393 
       
  1394 /**
       
  1395  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASTest.WeakCompareAndSetPlainDouble
       
  1396  * @library /test/lib /
       
  1397  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASTest.WeakCompareAndSetPlainDouble
       
  1398  */
       
  1399 
       
  1400 /**
       
  1401  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASTest.WeakCompareAndSetPlainFloat
       
  1402  * @library /test/lib /
       
  1403  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASTest.WeakCompareAndSetPlainFloat
       
  1404  */
       
  1405 
       
  1406 /**
       
  1407  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASTest.WeakCompareAndSetPlainInt
       
  1408  * @library /test/lib /
       
  1409  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASTest.WeakCompareAndSetPlainInt
       
  1410  */
       
  1411 
       
  1412 /**
       
  1413  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASTest.WeakCompareAndSetPlainLong
       
  1414  * @library /test/lib /
       
  1415  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASTest.WeakCompareAndSetPlainLong
       
  1416  */
       
  1417 
       
  1418 /**
       
  1419  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASTest.WeakCompareAndSetReleaseDouble
       
  1420  * @library /test/lib /
       
  1421  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASTest.WeakCompareAndSetReleaseDouble
       
  1422  */
       
  1423 
       
  1424 /**
       
  1425  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASTest.WeakCompareAndSetReleaseFloat
       
  1426  * @library /test/lib /
       
  1427  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASTest.WeakCompareAndSetReleaseFloat
       
  1428  */
       
  1429 
       
  1430 /**
       
  1431  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASTest.WeakCompareAndSetReleaseInt
       
  1432  * @library /test/lib /
       
  1433  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASTest.WeakCompareAndSetReleaseInt
       
  1434  */
       
  1435 
       
  1436 /**
       
  1437  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASTest.WeakCompareAndSetReleaseLong
       
  1438  * @library /test/lib /
       
  1439  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.big.WeakCASTest.WeakCompareAndSetReleaseLong
       
  1440  */
       
  1441 
       
  1442 /**
       
  1443  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.CAETest.CompareAndExchangeAcquireDouble
       
  1444  * @library /test/lib /
       
  1445  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.CAETest.CompareAndExchangeAcquireDouble
       
  1446  */
       
  1447 
       
  1448 /**
       
  1449  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.CAETest.CompareAndExchangeAcquireFloat
       
  1450  * @library /test/lib /
       
  1451  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.CAETest.CompareAndExchangeAcquireFloat
       
  1452  */
       
  1453 
       
  1454 /**
       
  1455  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.CAETest.CompareAndExchangeAcquireInt
       
  1456  * @library /test/lib /
       
  1457  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.CAETest.CompareAndExchangeAcquireInt
       
  1458  */
       
  1459 
       
  1460 /**
       
  1461  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.CAETest.CompareAndExchangeAcquireLong
       
  1462  * @library /test/lib /
       
  1463  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.CAETest.CompareAndExchangeAcquireLong
       
  1464  */
       
  1465 
       
  1466 /**
       
  1467  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.CAETest.CompareAndExchangeDouble
       
  1468  * @library /test/lib /
       
  1469  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.CAETest.CompareAndExchangeDouble
       
  1470  */
       
  1471 
       
  1472 /**
       
  1473  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.CAETest.CompareAndExchangeFloat
       
  1474  * @library /test/lib /
       
  1475  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.CAETest.CompareAndExchangeFloat
       
  1476  */
       
  1477 
       
  1478 /**
       
  1479  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.CAETest.CompareAndExchangeInt
       
  1480  * @library /test/lib /
       
  1481  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.CAETest.CompareAndExchangeInt
       
  1482  */
       
  1483 
       
  1484 /**
       
  1485  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.CAETest.CompareAndExchangeLong
       
  1486  * @library /test/lib /
       
  1487  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.CAETest.CompareAndExchangeLong
       
  1488  */
       
  1489 
       
  1490 /**
       
  1491  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.CAETest.CompareAndExchangeReleaseDouble
       
  1492  * @library /test/lib /
       
  1493  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.CAETest.CompareAndExchangeReleaseDouble
       
  1494  */
       
  1495 
       
  1496 /**
       
  1497  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.CAETest.CompareAndExchangeReleaseFloat
       
  1498  * @library /test/lib /
       
  1499  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.CAETest.CompareAndExchangeReleaseFloat
       
  1500  */
       
  1501 
       
  1502 /**
       
  1503  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.CAETest.CompareAndExchangeReleaseInt
       
  1504  * @library /test/lib /
       
  1505  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.CAETest.CompareAndExchangeReleaseInt
       
  1506  */
       
  1507 
       
  1508 /**
       
  1509  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.CAETest.CompareAndExchangeReleaseLong
       
  1510  * @library /test/lib /
       
  1511  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.CAETest.CompareAndExchangeReleaseLong
       
  1512  */
       
  1513 
       
  1514 /**
       
  1515  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.CASTest.CompareAndSetDouble
       
  1516  * @library /test/lib /
       
  1517  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.CASTest.CompareAndSetDouble
       
  1518  */
       
  1519 
       
  1520 /**
       
  1521  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.CASTest.CompareAndSetFloat
       
  1522  * @library /test/lib /
       
  1523  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.CASTest.CompareAndSetFloat
       
  1524  */
       
  1525 
       
  1526 /**
       
  1527  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.CASTest.CompareAndSetInt
       
  1528  * @library /test/lib /
       
  1529  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.CASTest.CompareAndSetInt
       
  1530  */
       
  1531 
       
  1532 /**
       
  1533  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.CASTest.CompareAndSetLong
       
  1534  * @library /test/lib /
       
  1535  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.CASTest.CompareAndSetLong
       
  1536  */
       
  1537 
       
  1538 /**
       
  1539  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.GetAndAddTest.GetAndAddInt
       
  1540  * @library /test/lib /
       
  1541  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.GetAndAddTest.GetAndAddInt
       
  1542  */
       
  1543 
       
  1544 /**
       
  1545  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.GetAndAddTest.GetAndAddLong
       
  1546  * @library /test/lib /
       
  1547  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.GetAndAddTest.GetAndAddLong
       
  1548  */
       
  1549 
       
  1550 /**
       
  1551  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.GetAndSetTest.GetAndSetDouble
       
  1552  * @library /test/lib /
       
  1553  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.GetAndSetTest.GetAndSetDouble
       
  1554  */
       
  1555 
       
  1556 /**
       
  1557  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.GetAndSetTest.GetAndSetFloat
       
  1558  * @library /test/lib /
       
  1559  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.GetAndSetTest.GetAndSetFloat
       
  1560  */
       
  1561 
       
  1562 /**
       
  1563  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.GetAndSetTest.GetAndSetInt
       
  1564  * @library /test/lib /
       
  1565  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.GetAndSetTest.GetAndSetInt
       
  1566  */
       
  1567 
       
  1568 /**
       
  1569  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.GetAndSetTest.GetAndSetLong
       
  1570  * @library /test/lib /
       
  1571  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.GetAndSetTest.GetAndSetLong
       
  1572  */
       
  1573 
       
  1574 /**
       
  1575  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASContendStrongTest.WeakCompareAndSetAcquireDouble
       
  1576  * @library /test/lib /
       
  1577  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASContendStrongTest.WeakCompareAndSetAcquireDouble
       
  1578  */
       
  1579 
       
  1580 /**
       
  1581  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASContendStrongTest.WeakCompareAndSetAcquireFloat
       
  1582  * @library /test/lib /
       
  1583  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASContendStrongTest.WeakCompareAndSetAcquireFloat
       
  1584  */
       
  1585 
       
  1586 /**
       
  1587  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASContendStrongTest.WeakCompareAndSetAcquireInt
       
  1588  * @library /test/lib /
       
  1589  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASContendStrongTest.WeakCompareAndSetAcquireInt
       
  1590  */
       
  1591 
       
  1592 /**
       
  1593  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASContendStrongTest.WeakCompareAndSetAcquireLong
       
  1594  * @library /test/lib /
       
  1595  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASContendStrongTest.WeakCompareAndSetAcquireLong
       
  1596  */
       
  1597 
       
  1598 /**
       
  1599  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASContendStrongTest.WeakCompareAndSetDouble
       
  1600  * @library /test/lib /
       
  1601  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASContendStrongTest.WeakCompareAndSetDouble
       
  1602  */
       
  1603 
       
  1604 /**
       
  1605  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASContendStrongTest.WeakCompareAndSetFloat
       
  1606  * @library /test/lib /
       
  1607  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASContendStrongTest.WeakCompareAndSetFloat
       
  1608  */
       
  1609 
       
  1610 /**
       
  1611  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASContendStrongTest.WeakCompareAndSetInt
       
  1612  * @library /test/lib /
       
  1613  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASContendStrongTest.WeakCompareAndSetInt
       
  1614  */
       
  1615 
       
  1616 /**
       
  1617  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASContendStrongTest.WeakCompareAndSetLong
       
  1618  * @library /test/lib /
       
  1619  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASContendStrongTest.WeakCompareAndSetLong
       
  1620  */
       
  1621 
       
  1622 /**
       
  1623  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASContendStrongTest.WeakCompareAndSetPlainDouble
       
  1624  * @library /test/lib /
       
  1625  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASContendStrongTest.WeakCompareAndSetPlainDouble
       
  1626  */
       
  1627 
       
  1628 /**
       
  1629  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASContendStrongTest.WeakCompareAndSetPlainFloat
       
  1630  * @library /test/lib /
       
  1631  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASContendStrongTest.WeakCompareAndSetPlainFloat
       
  1632  */
       
  1633 
       
  1634 /**
       
  1635  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASContendStrongTest.WeakCompareAndSetPlainInt
       
  1636  * @library /test/lib /
       
  1637  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASContendStrongTest.WeakCompareAndSetPlainInt
       
  1638  */
       
  1639 
       
  1640 /**
       
  1641  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASContendStrongTest.WeakCompareAndSetPlainLong
       
  1642  * @library /test/lib /
       
  1643  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASContendStrongTest.WeakCompareAndSetPlainLong
       
  1644  */
       
  1645 
       
  1646 /**
       
  1647  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASContendStrongTest.WeakCompareAndSetReleaseDouble
       
  1648  * @library /test/lib /
       
  1649  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASContendStrongTest.WeakCompareAndSetReleaseDouble
       
  1650  */
       
  1651 
       
  1652 /**
       
  1653  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASContendStrongTest.WeakCompareAndSetReleaseFloat
       
  1654  * @library /test/lib /
       
  1655  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASContendStrongTest.WeakCompareAndSetReleaseFloat
       
  1656  */
       
  1657 
       
  1658 /**
       
  1659  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASContendStrongTest.WeakCompareAndSetReleaseInt
       
  1660  * @library /test/lib /
       
  1661  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASContendStrongTest.WeakCompareAndSetReleaseInt
       
  1662  */
       
  1663 
       
  1664 /**
       
  1665  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASContendStrongTest.WeakCompareAndSetReleaseLong
       
  1666  * @library /test/lib /
       
  1667  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASContendStrongTest.WeakCompareAndSetReleaseLong
       
  1668  */
       
  1669 
       
  1670 /**
       
  1671  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASTest.WeakCompareAndSetAcquireDouble
       
  1672  * @library /test/lib /
       
  1673  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASTest.WeakCompareAndSetAcquireDouble
       
  1674  */
       
  1675 
       
  1676 /**
       
  1677  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASTest.WeakCompareAndSetAcquireFloat
       
  1678  * @library /test/lib /
       
  1679  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASTest.WeakCompareAndSetAcquireFloat
       
  1680  */
       
  1681 
       
  1682 /**
       
  1683  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASTest.WeakCompareAndSetAcquireInt
       
  1684  * @library /test/lib /
       
  1685  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASTest.WeakCompareAndSetAcquireInt
       
  1686  */
       
  1687 
       
  1688 /**
       
  1689  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASTest.WeakCompareAndSetAcquireLong
       
  1690  * @library /test/lib /
       
  1691  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASTest.WeakCompareAndSetAcquireLong
       
  1692  */
       
  1693 
       
  1694 /**
       
  1695  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASTest.WeakCompareAndSetDouble
       
  1696  * @library /test/lib /
       
  1697  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASTest.WeakCompareAndSetDouble
       
  1698  */
       
  1699 
       
  1700 /**
       
  1701  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASTest.WeakCompareAndSetFloat
       
  1702  * @library /test/lib /
       
  1703  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASTest.WeakCompareAndSetFloat
       
  1704  */
       
  1705 
       
  1706 /**
       
  1707  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASTest.WeakCompareAndSetInt
       
  1708  * @library /test/lib /
       
  1709  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASTest.WeakCompareAndSetInt
       
  1710  */
       
  1711 
       
  1712 /**
       
  1713  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASTest.WeakCompareAndSetLong
       
  1714  * @library /test/lib /
       
  1715  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASTest.WeakCompareAndSetLong
       
  1716  */
       
  1717 
       
  1718 /**
       
  1719  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASTest.WeakCompareAndSetPlainDouble
       
  1720  * @library /test/lib /
       
  1721  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASTest.WeakCompareAndSetPlainDouble
       
  1722  */
       
  1723 
       
  1724 /**
       
  1725  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASTest.WeakCompareAndSetPlainFloat
       
  1726  * @library /test/lib /
       
  1727  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASTest.WeakCompareAndSetPlainFloat
       
  1728  */
       
  1729 
       
  1730 /**
       
  1731  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASTest.WeakCompareAndSetPlainInt
       
  1732  * @library /test/lib /
       
  1733  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASTest.WeakCompareAndSetPlainInt
       
  1734  */
       
  1735 
       
  1736 /**
       
  1737  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASTest.WeakCompareAndSetPlainLong
       
  1738  * @library /test/lib /
       
  1739  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASTest.WeakCompareAndSetPlainLong
       
  1740  */
       
  1741 
       
  1742 /**
       
  1743  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASTest.WeakCompareAndSetReleaseDouble
       
  1744  * @library /test/lib /
       
  1745  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASTest.WeakCompareAndSetReleaseDouble
       
  1746  */
       
  1747 
       
  1748 /**
       
  1749  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASTest.WeakCompareAndSetReleaseFloat
       
  1750  * @library /test/lib /
       
  1751  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASTest.WeakCompareAndSetReleaseFloat
       
  1752  */
       
  1753 
       
  1754 /**
       
  1755  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASTest.WeakCompareAndSetReleaseInt
       
  1756  * @library /test/lib /
       
  1757  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASTest.WeakCompareAndSetReleaseInt
       
  1758  */
       
  1759 
       
  1760 /**
       
  1761  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASTest.WeakCompareAndSetReleaseLong
       
  1762  * @library /test/lib /
       
  1763  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteArray.little.WeakCASTest.WeakCompareAndSetReleaseLong
       
  1764  */
       
  1765 
       
  1766 /**
       
  1767  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.CAETest.CompareAndExchangeAcquireDouble
       
  1768  * @library /test/lib /
       
  1769  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.CAETest.CompareAndExchangeAcquireDouble
       
  1770  */
       
  1771 
       
  1772 /**
       
  1773  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.CAETest.CompareAndExchangeAcquireFloat
       
  1774  * @library /test/lib /
       
  1775  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.CAETest.CompareAndExchangeAcquireFloat
       
  1776  */
       
  1777 
       
  1778 /**
       
  1779  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.CAETest.CompareAndExchangeAcquireInt
       
  1780  * @library /test/lib /
       
  1781  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.CAETest.CompareAndExchangeAcquireInt
       
  1782  */
       
  1783 
       
  1784 /**
       
  1785  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.CAETest.CompareAndExchangeAcquireLong
       
  1786  * @library /test/lib /
       
  1787  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.CAETest.CompareAndExchangeAcquireLong
       
  1788  */
       
  1789 
       
  1790 /**
       
  1791  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.CAETest.CompareAndExchangeDouble
       
  1792  * @library /test/lib /
       
  1793  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.CAETest.CompareAndExchangeDouble
       
  1794  */
       
  1795 
       
  1796 /**
       
  1797  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.CAETest.CompareAndExchangeFloat
       
  1798  * @library /test/lib /
       
  1799  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.CAETest.CompareAndExchangeFloat
       
  1800  */
       
  1801 
       
  1802 /**
       
  1803  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.CAETest.CompareAndExchangeInt
       
  1804  * @library /test/lib /
       
  1805  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.CAETest.CompareAndExchangeInt
       
  1806  */
       
  1807 
       
  1808 /**
       
  1809  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.CAETest.CompareAndExchangeLong
       
  1810  * @library /test/lib /
       
  1811  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.CAETest.CompareAndExchangeLong
       
  1812  */
       
  1813 
       
  1814 /**
       
  1815  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.CAETest.CompareAndExchangeReleaseDouble
       
  1816  * @library /test/lib /
       
  1817  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.CAETest.CompareAndExchangeReleaseDouble
       
  1818  */
       
  1819 
       
  1820 /**
       
  1821  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.CAETest.CompareAndExchangeReleaseFloat
       
  1822  * @library /test/lib /
       
  1823  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.CAETest.CompareAndExchangeReleaseFloat
       
  1824  */
       
  1825 
       
  1826 /**
       
  1827  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.CAETest.CompareAndExchangeReleaseInt
       
  1828  * @library /test/lib /
       
  1829  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.CAETest.CompareAndExchangeReleaseInt
       
  1830  */
       
  1831 
       
  1832 /**
       
  1833  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.CAETest.CompareAndExchangeReleaseLong
       
  1834  * @library /test/lib /
       
  1835  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.CAETest.CompareAndExchangeReleaseLong
       
  1836  */
       
  1837 
       
  1838 /**
       
  1839  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.CASTest.CompareAndSetDouble
       
  1840  * @library /test/lib /
       
  1841  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.CASTest.CompareAndSetDouble
       
  1842  */
       
  1843 
       
  1844 /**
       
  1845  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.CASTest.CompareAndSetFloat
       
  1846  * @library /test/lib /
       
  1847  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.CASTest.CompareAndSetFloat
       
  1848  */
       
  1849 
       
  1850 /**
       
  1851  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.CASTest.CompareAndSetInt
       
  1852  * @library /test/lib /
       
  1853  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.CASTest.CompareAndSetInt
       
  1854  */
       
  1855 
       
  1856 /**
       
  1857  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.CASTest.CompareAndSetLong
       
  1858  * @library /test/lib /
       
  1859  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.CASTest.CompareAndSetLong
       
  1860  */
       
  1861 
       
  1862 /**
       
  1863  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.GetAndAddTest.GetAndAddInt
       
  1864  * @library /test/lib /
       
  1865  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.GetAndAddTest.GetAndAddInt
       
  1866  */
       
  1867 
       
  1868 /**
       
  1869  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.GetAndAddTest.GetAndAddLong
       
  1870  * @library /test/lib /
       
  1871  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.GetAndAddTest.GetAndAddLong
       
  1872  */
       
  1873 
       
  1874 /**
       
  1875  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.GetAndSetTest.GetAndSetDouble
       
  1876  * @library /test/lib /
       
  1877  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.GetAndSetTest.GetAndSetDouble
       
  1878  */
       
  1879 
       
  1880 /**
       
  1881  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.GetAndSetTest.GetAndSetFloat
       
  1882  * @library /test/lib /
       
  1883  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.GetAndSetTest.GetAndSetFloat
       
  1884  */
       
  1885 
       
  1886 /**
       
  1887  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.GetAndSetTest.GetAndSetInt
       
  1888  * @library /test/lib /
       
  1889  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.GetAndSetTest.GetAndSetInt
       
  1890  */
       
  1891 
       
  1892 /**
       
  1893  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.GetAndSetTest.GetAndSetLong
       
  1894  * @library /test/lib /
       
  1895  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.GetAndSetTest.GetAndSetLong
       
  1896  */
       
  1897 
       
  1898 /**
       
  1899  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASContendStrongTest.WeakCompareAndSetAcquireDouble
       
  1900  * @library /test/lib /
       
  1901  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASContendStrongTest.WeakCompareAndSetAcquireDouble
       
  1902  */
       
  1903 
       
  1904 /**
       
  1905  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASContendStrongTest.WeakCompareAndSetAcquireFloat
       
  1906  * @library /test/lib /
       
  1907  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASContendStrongTest.WeakCompareAndSetAcquireFloat
       
  1908  */
       
  1909 
       
  1910 /**
       
  1911  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASContendStrongTest.WeakCompareAndSetAcquireInt
       
  1912  * @library /test/lib /
       
  1913  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASContendStrongTest.WeakCompareAndSetAcquireInt
       
  1914  */
       
  1915 
       
  1916 /**
       
  1917  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASContendStrongTest.WeakCompareAndSetAcquireLong
       
  1918  * @library /test/lib /
       
  1919  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASContendStrongTest.WeakCompareAndSetAcquireLong
       
  1920  */
       
  1921 
       
  1922 /**
       
  1923  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASContendStrongTest.WeakCompareAndSetDouble
       
  1924  * @library /test/lib /
       
  1925  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASContendStrongTest.WeakCompareAndSetDouble
       
  1926  */
       
  1927 
       
  1928 /**
       
  1929  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASContendStrongTest.WeakCompareAndSetFloat
       
  1930  * @library /test/lib /
       
  1931  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASContendStrongTest.WeakCompareAndSetFloat
       
  1932  */
       
  1933 
       
  1934 /**
       
  1935  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASContendStrongTest.WeakCompareAndSetInt
       
  1936  * @library /test/lib /
       
  1937  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASContendStrongTest.WeakCompareAndSetInt
       
  1938  */
       
  1939 
       
  1940 /**
       
  1941  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASContendStrongTest.WeakCompareAndSetLong
       
  1942  * @library /test/lib /
       
  1943  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASContendStrongTest.WeakCompareAndSetLong
       
  1944  */
       
  1945 
       
  1946 /**
       
  1947  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASContendStrongTest.WeakCompareAndSetPlainDouble
       
  1948  * @library /test/lib /
       
  1949  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASContendStrongTest.WeakCompareAndSetPlainDouble
       
  1950  */
       
  1951 
       
  1952 /**
       
  1953  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASContendStrongTest.WeakCompareAndSetPlainFloat
       
  1954  * @library /test/lib /
       
  1955  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASContendStrongTest.WeakCompareAndSetPlainFloat
       
  1956  */
       
  1957 
       
  1958 /**
       
  1959  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASContendStrongTest.WeakCompareAndSetPlainInt
       
  1960  * @library /test/lib /
       
  1961  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASContendStrongTest.WeakCompareAndSetPlainInt
       
  1962  */
       
  1963 
       
  1964 /**
       
  1965  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASContendStrongTest.WeakCompareAndSetPlainLong
       
  1966  * @library /test/lib /
       
  1967  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASContendStrongTest.WeakCompareAndSetPlainLong
       
  1968  */
       
  1969 
       
  1970 /**
       
  1971  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASContendStrongTest.WeakCompareAndSetReleaseDouble
       
  1972  * @library /test/lib /
       
  1973  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASContendStrongTest.WeakCompareAndSetReleaseDouble
       
  1974  */
       
  1975 
       
  1976 /**
       
  1977  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASContendStrongTest.WeakCompareAndSetReleaseFloat
       
  1978  * @library /test/lib /
       
  1979  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASContendStrongTest.WeakCompareAndSetReleaseFloat
       
  1980  */
       
  1981 
       
  1982 /**
       
  1983  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASContendStrongTest.WeakCompareAndSetReleaseInt
       
  1984  * @library /test/lib /
       
  1985  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASContendStrongTest.WeakCompareAndSetReleaseInt
       
  1986  */
       
  1987 
       
  1988 /**
       
  1989  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASContendStrongTest.WeakCompareAndSetReleaseLong
       
  1990  * @library /test/lib /
       
  1991  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASContendStrongTest.WeakCompareAndSetReleaseLong
       
  1992  */
       
  1993 
       
  1994 /**
       
  1995  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASTest.WeakCompareAndSetAcquireDouble
       
  1996  * @library /test/lib /
       
  1997  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASTest.WeakCompareAndSetAcquireDouble
       
  1998  */
       
  1999 
       
  2000 /**
       
  2001  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASTest.WeakCompareAndSetAcquireFloat
       
  2002  * @library /test/lib /
       
  2003  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASTest.WeakCompareAndSetAcquireFloat
       
  2004  */
       
  2005 
       
  2006 /**
       
  2007  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASTest.WeakCompareAndSetAcquireInt
       
  2008  * @library /test/lib /
       
  2009  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASTest.WeakCompareAndSetAcquireInt
       
  2010  */
       
  2011 
       
  2012 /**
       
  2013  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASTest.WeakCompareAndSetAcquireLong
       
  2014  * @library /test/lib /
       
  2015  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASTest.WeakCompareAndSetAcquireLong
       
  2016  */
       
  2017 
       
  2018 /**
       
  2019  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASTest.WeakCompareAndSetDouble
       
  2020  * @library /test/lib /
       
  2021  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASTest.WeakCompareAndSetDouble
       
  2022  */
       
  2023 
       
  2024 /**
       
  2025  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASTest.WeakCompareAndSetFloat
       
  2026  * @library /test/lib /
       
  2027  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASTest.WeakCompareAndSetFloat
       
  2028  */
       
  2029 
       
  2030 /**
       
  2031  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASTest.WeakCompareAndSetInt
       
  2032  * @library /test/lib /
       
  2033  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASTest.WeakCompareAndSetInt
       
  2034  */
       
  2035 
       
  2036 /**
       
  2037  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASTest.WeakCompareAndSetLong
       
  2038  * @library /test/lib /
       
  2039  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASTest.WeakCompareAndSetLong
       
  2040  */
       
  2041 
       
  2042 /**
       
  2043  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASTest.WeakCompareAndSetPlainDouble
       
  2044  * @library /test/lib /
       
  2045  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASTest.WeakCompareAndSetPlainDouble
       
  2046  */
       
  2047 
       
  2048 /**
       
  2049  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASTest.WeakCompareAndSetPlainFloat
       
  2050  * @library /test/lib /
       
  2051  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASTest.WeakCompareAndSetPlainFloat
       
  2052  */
       
  2053 
       
  2054 /**
       
  2055  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASTest.WeakCompareAndSetPlainInt
       
  2056  * @library /test/lib /
       
  2057  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASTest.WeakCompareAndSetPlainInt
       
  2058  */
       
  2059 
       
  2060 /**
       
  2061  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASTest.WeakCompareAndSetPlainLong
       
  2062  * @library /test/lib /
       
  2063  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASTest.WeakCompareAndSetPlainLong
       
  2064  */
       
  2065 
       
  2066 /**
       
  2067  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASTest.WeakCompareAndSetReleaseDouble
       
  2068  * @library /test/lib /
       
  2069  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASTest.WeakCompareAndSetReleaseDouble
       
  2070  */
       
  2071 
       
  2072 /**
       
  2073  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASTest.WeakCompareAndSetReleaseFloat
       
  2074  * @library /test/lib /
       
  2075  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASTest.WeakCompareAndSetReleaseFloat
       
  2076  */
       
  2077 
       
  2078 /**
       
  2079  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASTest.WeakCompareAndSetReleaseInt
       
  2080  * @library /test/lib /
       
  2081  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASTest.WeakCompareAndSetReleaseInt
       
  2082  */
       
  2083 
       
  2084 /**
       
  2085  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASTest.WeakCompareAndSetReleaseLong
       
  2086  * @library /test/lib /
       
  2087  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.big.WeakCASTest.WeakCompareAndSetReleaseLong
       
  2088  */
       
  2089 
       
  2090 /**
       
  2091  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.CAETest.CompareAndExchangeAcquireDouble
       
  2092  * @library /test/lib /
       
  2093  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.CAETest.CompareAndExchangeAcquireDouble
       
  2094  */
       
  2095 
       
  2096 /**
       
  2097  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.CAETest.CompareAndExchangeAcquireFloat
       
  2098  * @library /test/lib /
       
  2099  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.CAETest.CompareAndExchangeAcquireFloat
       
  2100  */
       
  2101 
       
  2102 /**
       
  2103  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.CAETest.CompareAndExchangeAcquireInt
       
  2104  * @library /test/lib /
       
  2105  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.CAETest.CompareAndExchangeAcquireInt
       
  2106  */
       
  2107 
       
  2108 /**
       
  2109  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.CAETest.CompareAndExchangeAcquireLong
       
  2110  * @library /test/lib /
       
  2111  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.CAETest.CompareAndExchangeAcquireLong
       
  2112  */
       
  2113 
       
  2114 /**
       
  2115  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.CAETest.CompareAndExchangeDouble
       
  2116  * @library /test/lib /
       
  2117  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.CAETest.CompareAndExchangeDouble
       
  2118  */
       
  2119 
       
  2120 /**
       
  2121  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.CAETest.CompareAndExchangeFloat
       
  2122  * @library /test/lib /
       
  2123  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.CAETest.CompareAndExchangeFloat
       
  2124  */
       
  2125 
       
  2126 /**
       
  2127  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.CAETest.CompareAndExchangeInt
       
  2128  * @library /test/lib /
       
  2129  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.CAETest.CompareAndExchangeInt
       
  2130  */
       
  2131 
       
  2132 /**
       
  2133  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.CAETest.CompareAndExchangeLong
       
  2134  * @library /test/lib /
       
  2135  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.CAETest.CompareAndExchangeLong
       
  2136  */
       
  2137 
       
  2138 /**
       
  2139  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.CAETest.CompareAndExchangeReleaseDouble
       
  2140  * @library /test/lib /
       
  2141  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.CAETest.CompareAndExchangeReleaseDouble
       
  2142  */
       
  2143 
       
  2144 /**
       
  2145  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.CAETest.CompareAndExchangeReleaseFloat
       
  2146  * @library /test/lib /
       
  2147  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.CAETest.CompareAndExchangeReleaseFloat
       
  2148  */
       
  2149 
       
  2150 /**
       
  2151  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.CAETest.CompareAndExchangeReleaseInt
       
  2152  * @library /test/lib /
       
  2153  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.CAETest.CompareAndExchangeReleaseInt
       
  2154  */
       
  2155 
       
  2156 /**
       
  2157  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.CAETest.CompareAndExchangeReleaseLong
       
  2158  * @library /test/lib /
       
  2159  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.CAETest.CompareAndExchangeReleaseLong
       
  2160  */
       
  2161 
       
  2162 /**
       
  2163  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.CASTest.CompareAndSetDouble
       
  2164  * @library /test/lib /
       
  2165  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.CASTest.CompareAndSetDouble
       
  2166  */
       
  2167 
       
  2168 /**
       
  2169  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.CASTest.CompareAndSetFloat
       
  2170  * @library /test/lib /
       
  2171  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.CASTest.CompareAndSetFloat
       
  2172  */
       
  2173 
       
  2174 /**
       
  2175  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.CASTest.CompareAndSetInt
       
  2176  * @library /test/lib /
       
  2177  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.CASTest.CompareAndSetInt
       
  2178  */
       
  2179 
       
  2180 /**
       
  2181  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.CASTest.CompareAndSetLong
       
  2182  * @library /test/lib /
       
  2183  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.CASTest.CompareAndSetLong
       
  2184  */
       
  2185 
       
  2186 /**
       
  2187  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.GetAndAddTest.GetAndAddInt
       
  2188  * @library /test/lib /
       
  2189  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.GetAndAddTest.GetAndAddInt
       
  2190  */
       
  2191 
       
  2192 /**
       
  2193  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.GetAndAddTest.GetAndAddLong
       
  2194  * @library /test/lib /
       
  2195  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.GetAndAddTest.GetAndAddLong
       
  2196  */
       
  2197 
       
  2198 /**
       
  2199  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.GetAndSetTest.GetAndSetDouble
       
  2200  * @library /test/lib /
       
  2201  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.GetAndSetTest.GetAndSetDouble
       
  2202  */
       
  2203 
       
  2204 /**
       
  2205  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.GetAndSetTest.GetAndSetFloat
       
  2206  * @library /test/lib /
       
  2207  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.GetAndSetTest.GetAndSetFloat
       
  2208  */
       
  2209 
       
  2210 /**
       
  2211  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.GetAndSetTest.GetAndSetInt
       
  2212  * @library /test/lib /
       
  2213  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.GetAndSetTest.GetAndSetInt
       
  2214  */
       
  2215 
       
  2216 /**
       
  2217  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.GetAndSetTest.GetAndSetLong
       
  2218  * @library /test/lib /
       
  2219  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.GetAndSetTest.GetAndSetLong
       
  2220  */
       
  2221 
       
  2222 /**
       
  2223  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASContendStrongTest.WeakCompareAndSetAcquireDouble
       
  2224  * @library /test/lib /
       
  2225  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASContendStrongTest.WeakCompareAndSetAcquireDouble
       
  2226  */
       
  2227 
       
  2228 /**
       
  2229  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASContendStrongTest.WeakCompareAndSetAcquireFloat
       
  2230  * @library /test/lib /
       
  2231  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASContendStrongTest.WeakCompareAndSetAcquireFloat
       
  2232  */
       
  2233 
       
  2234 /**
       
  2235  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASContendStrongTest.WeakCompareAndSetAcquireInt
       
  2236  * @library /test/lib /
       
  2237  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASContendStrongTest.WeakCompareAndSetAcquireInt
       
  2238  */
       
  2239 
       
  2240 /**
       
  2241  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASContendStrongTest.WeakCompareAndSetAcquireLong
       
  2242  * @library /test/lib /
       
  2243  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASContendStrongTest.WeakCompareAndSetAcquireLong
       
  2244  */
       
  2245 
       
  2246 /**
       
  2247  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASContendStrongTest.WeakCompareAndSetDouble
       
  2248  * @library /test/lib /
       
  2249  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASContendStrongTest.WeakCompareAndSetDouble
       
  2250  */
       
  2251 
       
  2252 /**
       
  2253  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASContendStrongTest.WeakCompareAndSetFloat
       
  2254  * @library /test/lib /
       
  2255  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASContendStrongTest.WeakCompareAndSetFloat
       
  2256  */
       
  2257 
       
  2258 /**
       
  2259  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASContendStrongTest.WeakCompareAndSetInt
       
  2260  * @library /test/lib /
       
  2261  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASContendStrongTest.WeakCompareAndSetInt
       
  2262  */
       
  2263 
       
  2264 /**
       
  2265  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASContendStrongTest.WeakCompareAndSetLong
       
  2266  * @library /test/lib /
       
  2267  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASContendStrongTest.WeakCompareAndSetLong
       
  2268  */
       
  2269 
       
  2270 /**
       
  2271  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASContendStrongTest.WeakCompareAndSetPlainDouble
       
  2272  * @library /test/lib /
       
  2273  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASContendStrongTest.WeakCompareAndSetPlainDouble
       
  2274  */
       
  2275 
       
  2276 /**
       
  2277  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASContendStrongTest.WeakCompareAndSetPlainFloat
       
  2278  * @library /test/lib /
       
  2279  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASContendStrongTest.WeakCompareAndSetPlainFloat
       
  2280  */
       
  2281 
       
  2282 /**
       
  2283  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASContendStrongTest.WeakCompareAndSetPlainInt
       
  2284  * @library /test/lib /
       
  2285  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASContendStrongTest.WeakCompareAndSetPlainInt
       
  2286  */
       
  2287 
       
  2288 /**
       
  2289  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASContendStrongTest.WeakCompareAndSetPlainLong
       
  2290  * @library /test/lib /
       
  2291  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASContendStrongTest.WeakCompareAndSetPlainLong
       
  2292  */
       
  2293 
       
  2294 /**
       
  2295  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASContendStrongTest.WeakCompareAndSetReleaseDouble
       
  2296  * @library /test/lib /
       
  2297  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASContendStrongTest.WeakCompareAndSetReleaseDouble
       
  2298  */
       
  2299 
       
  2300 /**
       
  2301  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASContendStrongTest.WeakCompareAndSetReleaseFloat
       
  2302  * @library /test/lib /
       
  2303  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASContendStrongTest.WeakCompareAndSetReleaseFloat
       
  2304  */
       
  2305 
       
  2306 /**
       
  2307  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASContendStrongTest.WeakCompareAndSetReleaseInt
       
  2308  * @library /test/lib /
       
  2309  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASContendStrongTest.WeakCompareAndSetReleaseInt
       
  2310  */
       
  2311 
       
  2312 /**
       
  2313  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASContendStrongTest.WeakCompareAndSetReleaseLong
       
  2314  * @library /test/lib /
       
  2315  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASContendStrongTest.WeakCompareAndSetReleaseLong
       
  2316  */
       
  2317 
       
  2318 /**
       
  2319  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASTest.WeakCompareAndSetAcquireDouble
       
  2320  * @library /test/lib /
       
  2321  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASTest.WeakCompareAndSetAcquireDouble
       
  2322  */
       
  2323 
       
  2324 /**
       
  2325  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASTest.WeakCompareAndSetAcquireFloat
       
  2326  * @library /test/lib /
       
  2327  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASTest.WeakCompareAndSetAcquireFloat
       
  2328  */
       
  2329 
       
  2330 /**
       
  2331  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASTest.WeakCompareAndSetAcquireInt
       
  2332  * @library /test/lib /
       
  2333  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASTest.WeakCompareAndSetAcquireInt
       
  2334  */
       
  2335 
       
  2336 /**
       
  2337  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASTest.WeakCompareAndSetAcquireLong
       
  2338  * @library /test/lib /
       
  2339  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASTest.WeakCompareAndSetAcquireLong
       
  2340  */
       
  2341 
       
  2342 /**
       
  2343  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASTest.WeakCompareAndSetDouble
       
  2344  * @library /test/lib /
       
  2345  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASTest.WeakCompareAndSetDouble
       
  2346  */
       
  2347 
       
  2348 /**
       
  2349  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASTest.WeakCompareAndSetFloat
       
  2350  * @library /test/lib /
       
  2351  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASTest.WeakCompareAndSetFloat
       
  2352  */
       
  2353 
       
  2354 /**
       
  2355  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASTest.WeakCompareAndSetInt
       
  2356  * @library /test/lib /
       
  2357  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASTest.WeakCompareAndSetInt
       
  2358  */
       
  2359 
       
  2360 /**
       
  2361  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASTest.WeakCompareAndSetLong
       
  2362  * @library /test/lib /
       
  2363  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASTest.WeakCompareAndSetLong
       
  2364  */
       
  2365 
       
  2366 /**
       
  2367  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASTest.WeakCompareAndSetPlainDouble
       
  2368  * @library /test/lib /
       
  2369  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASTest.WeakCompareAndSetPlainDouble
       
  2370  */
       
  2371 
       
  2372 /**
       
  2373  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASTest.WeakCompareAndSetPlainFloat
       
  2374  * @library /test/lib /
       
  2375  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASTest.WeakCompareAndSetPlainFloat
       
  2376  */
       
  2377 
       
  2378 /**
       
  2379  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASTest.WeakCompareAndSetPlainInt
       
  2380  * @library /test/lib /
       
  2381  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASTest.WeakCompareAndSetPlainInt
       
  2382  */
       
  2383 
       
  2384 /**
       
  2385  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASTest.WeakCompareAndSetPlainLong
       
  2386  * @library /test/lib /
       
  2387  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASTest.WeakCompareAndSetPlainLong
       
  2388  */
       
  2389 
       
  2390 /**
       
  2391  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASTest.WeakCompareAndSetReleaseDouble
       
  2392  * @library /test/lib /
       
  2393  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASTest.WeakCompareAndSetReleaseDouble
       
  2394  */
       
  2395 
       
  2396 /**
       
  2397  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASTest.WeakCompareAndSetReleaseFloat
       
  2398  * @library /test/lib /
       
  2399  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASTest.WeakCompareAndSetReleaseFloat
       
  2400  */
       
  2401 
       
  2402 /**
       
  2403  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASTest.WeakCompareAndSetReleaseInt
       
  2404  * @library /test/lib /
       
  2405  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASTest.WeakCompareAndSetReleaseInt
       
  2406  */
       
  2407 
       
  2408 /**
       
  2409  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASTest.WeakCompareAndSetReleaseLong
       
  2410  * @library /test/lib /
       
  2411  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.direct.little.WeakCASTest.WeakCompareAndSetReleaseLong
       
  2412  */
       
  2413 
       
  2414 /**
       
  2415  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.CAETest.CompareAndExchangeAcquireDouble
       
  2416  * @library /test/lib /
       
  2417  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.CAETest.CompareAndExchangeAcquireDouble
       
  2418  */
       
  2419 
       
  2420 /**
       
  2421  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.CAETest.CompareAndExchangeAcquireFloat
       
  2422  * @library /test/lib /
       
  2423  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.CAETest.CompareAndExchangeAcquireFloat
       
  2424  */
       
  2425 
       
  2426 /**
       
  2427  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.CAETest.CompareAndExchangeAcquireInt
       
  2428  * @library /test/lib /
       
  2429  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.CAETest.CompareAndExchangeAcquireInt
       
  2430  */
       
  2431 
       
  2432 /**
       
  2433  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.CAETest.CompareAndExchangeAcquireLong
       
  2434  * @library /test/lib /
       
  2435  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.CAETest.CompareAndExchangeAcquireLong
       
  2436  */
       
  2437 
       
  2438 /**
       
  2439  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.CAETest.CompareAndExchangeDouble
       
  2440  * @library /test/lib /
       
  2441  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.CAETest.CompareAndExchangeDouble
       
  2442  */
       
  2443 
       
  2444 /**
       
  2445  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.CAETest.CompareAndExchangeFloat
       
  2446  * @library /test/lib /
       
  2447  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.CAETest.CompareAndExchangeFloat
       
  2448  */
       
  2449 
       
  2450 /**
       
  2451  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.CAETest.CompareAndExchangeInt
       
  2452  * @library /test/lib /
       
  2453  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.CAETest.CompareAndExchangeInt
       
  2454  */
       
  2455 
       
  2456 /**
       
  2457  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.CAETest.CompareAndExchangeLong
       
  2458  * @library /test/lib /
       
  2459  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.CAETest.CompareAndExchangeLong
       
  2460  */
       
  2461 
       
  2462 /**
       
  2463  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.CAETest.CompareAndExchangeReleaseDouble
       
  2464  * @library /test/lib /
       
  2465  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.CAETest.CompareAndExchangeReleaseDouble
       
  2466  */
       
  2467 
       
  2468 /**
       
  2469  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.CAETest.CompareAndExchangeReleaseFloat
       
  2470  * @library /test/lib /
       
  2471  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.CAETest.CompareAndExchangeReleaseFloat
       
  2472  */
       
  2473 
       
  2474 /**
       
  2475  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.CAETest.CompareAndExchangeReleaseInt
       
  2476  * @library /test/lib /
       
  2477  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.CAETest.CompareAndExchangeReleaseInt
       
  2478  */
       
  2479 
       
  2480 /**
       
  2481  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.CAETest.CompareAndExchangeReleaseLong
       
  2482  * @library /test/lib /
       
  2483  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.CAETest.CompareAndExchangeReleaseLong
       
  2484  */
       
  2485 
       
  2486 /**
       
  2487  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.CASTest.CompareAndSetDouble
       
  2488  * @library /test/lib /
       
  2489  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.CASTest.CompareAndSetDouble
       
  2490  */
       
  2491 
       
  2492 /**
       
  2493  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.CASTest.CompareAndSetFloat
       
  2494  * @library /test/lib /
       
  2495  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.CASTest.CompareAndSetFloat
       
  2496  */
       
  2497 
       
  2498 /**
       
  2499  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.CASTest.CompareAndSetInt
       
  2500  * @library /test/lib /
       
  2501  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.CASTest.CompareAndSetInt
       
  2502  */
       
  2503 
       
  2504 /**
       
  2505  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.CASTest.CompareAndSetLong
       
  2506  * @library /test/lib /
       
  2507  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.CASTest.CompareAndSetLong
       
  2508  */
       
  2509 
       
  2510 /**
       
  2511  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.GetAndAddTest.GetAndAddInt
       
  2512  * @library /test/lib /
       
  2513  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.GetAndAddTest.GetAndAddInt
       
  2514  */
       
  2515 
       
  2516 /**
       
  2517  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.GetAndAddTest.GetAndAddLong
       
  2518  * @library /test/lib /
       
  2519  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.GetAndAddTest.GetAndAddLong
       
  2520  */
       
  2521 
       
  2522 /**
       
  2523  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.GetAndSetTest.GetAndSetDouble
       
  2524  * @library /test/lib /
       
  2525  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.GetAndSetTest.GetAndSetDouble
       
  2526  */
       
  2527 
       
  2528 /**
       
  2529  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.GetAndSetTest.GetAndSetFloat
       
  2530  * @library /test/lib /
       
  2531  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.GetAndSetTest.GetAndSetFloat
       
  2532  */
       
  2533 
       
  2534 /**
       
  2535  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.GetAndSetTest.GetAndSetInt
       
  2536  * @library /test/lib /
       
  2537  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.GetAndSetTest.GetAndSetInt
       
  2538  */
       
  2539 
       
  2540 /**
       
  2541  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.GetAndSetTest.GetAndSetLong
       
  2542  * @library /test/lib /
       
  2543  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.GetAndSetTest.GetAndSetLong
       
  2544  */
       
  2545 
       
  2546 /**
       
  2547  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASContendStrongTest.WeakCompareAndSetAcquireDouble
       
  2548  * @library /test/lib /
       
  2549  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASContendStrongTest.WeakCompareAndSetAcquireDouble
       
  2550  */
       
  2551 
       
  2552 /**
       
  2553  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASContendStrongTest.WeakCompareAndSetAcquireFloat
       
  2554  * @library /test/lib /
       
  2555  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASContendStrongTest.WeakCompareAndSetAcquireFloat
       
  2556  */
       
  2557 
       
  2558 /**
       
  2559  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASContendStrongTest.WeakCompareAndSetAcquireInt
       
  2560  * @library /test/lib /
       
  2561  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASContendStrongTest.WeakCompareAndSetAcquireInt
       
  2562  */
       
  2563 
       
  2564 /**
       
  2565  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASContendStrongTest.WeakCompareAndSetAcquireLong
       
  2566  * @library /test/lib /
       
  2567  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASContendStrongTest.WeakCompareAndSetAcquireLong
       
  2568  */
       
  2569 
       
  2570 /**
       
  2571  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASContendStrongTest.WeakCompareAndSetDouble
       
  2572  * @library /test/lib /
       
  2573  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASContendStrongTest.WeakCompareAndSetDouble
       
  2574  */
       
  2575 
       
  2576 /**
       
  2577  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASContendStrongTest.WeakCompareAndSetFloat
       
  2578  * @library /test/lib /
       
  2579  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASContendStrongTest.WeakCompareAndSetFloat
       
  2580  */
       
  2581 
       
  2582 /**
       
  2583  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASContendStrongTest.WeakCompareAndSetInt
       
  2584  * @library /test/lib /
       
  2585  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASContendStrongTest.WeakCompareAndSetInt
       
  2586  */
       
  2587 
       
  2588 /**
       
  2589  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASContendStrongTest.WeakCompareAndSetLong
       
  2590  * @library /test/lib /
       
  2591  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASContendStrongTest.WeakCompareAndSetLong
       
  2592  */
       
  2593 
       
  2594 /**
       
  2595  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASContendStrongTest.WeakCompareAndSetPlainDouble
       
  2596  * @library /test/lib /
       
  2597  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASContendStrongTest.WeakCompareAndSetPlainDouble
       
  2598  */
       
  2599 
       
  2600 /**
       
  2601  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASContendStrongTest.WeakCompareAndSetPlainFloat
       
  2602  * @library /test/lib /
       
  2603  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASContendStrongTest.WeakCompareAndSetPlainFloat
       
  2604  */
       
  2605 
       
  2606 /**
       
  2607  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASContendStrongTest.WeakCompareAndSetPlainInt
       
  2608  * @library /test/lib /
       
  2609  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASContendStrongTest.WeakCompareAndSetPlainInt
       
  2610  */
       
  2611 
       
  2612 /**
       
  2613  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASContendStrongTest.WeakCompareAndSetPlainLong
       
  2614  * @library /test/lib /
       
  2615  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASContendStrongTest.WeakCompareAndSetPlainLong
       
  2616  */
       
  2617 
       
  2618 /**
       
  2619  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASContendStrongTest.WeakCompareAndSetReleaseDouble
       
  2620  * @library /test/lib /
       
  2621  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASContendStrongTest.WeakCompareAndSetReleaseDouble
       
  2622  */
       
  2623 
       
  2624 /**
       
  2625  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASContendStrongTest.WeakCompareAndSetReleaseFloat
       
  2626  * @library /test/lib /
       
  2627  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASContendStrongTest.WeakCompareAndSetReleaseFloat
       
  2628  */
       
  2629 
       
  2630 /**
       
  2631  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASContendStrongTest.WeakCompareAndSetReleaseInt
       
  2632  * @library /test/lib /
       
  2633  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASContendStrongTest.WeakCompareAndSetReleaseInt
       
  2634  */
       
  2635 
       
  2636 /**
       
  2637  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASContendStrongTest.WeakCompareAndSetReleaseLong
       
  2638  * @library /test/lib /
       
  2639  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASContendStrongTest.WeakCompareAndSetReleaseLong
       
  2640  */
       
  2641 
       
  2642 /**
       
  2643  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASTest.WeakCompareAndSetAcquireDouble
       
  2644  * @library /test/lib /
       
  2645  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASTest.WeakCompareAndSetAcquireDouble
       
  2646  */
       
  2647 
       
  2648 /**
       
  2649  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASTest.WeakCompareAndSetAcquireFloat
       
  2650  * @library /test/lib /
       
  2651  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASTest.WeakCompareAndSetAcquireFloat
       
  2652  */
       
  2653 
       
  2654 /**
       
  2655  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASTest.WeakCompareAndSetAcquireInt
       
  2656  * @library /test/lib /
       
  2657  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASTest.WeakCompareAndSetAcquireInt
       
  2658  */
       
  2659 
       
  2660 /**
       
  2661  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASTest.WeakCompareAndSetAcquireLong
       
  2662  * @library /test/lib /
       
  2663  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASTest.WeakCompareAndSetAcquireLong
       
  2664  */
       
  2665 
       
  2666 /**
       
  2667  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASTest.WeakCompareAndSetDouble
       
  2668  * @library /test/lib /
       
  2669  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASTest.WeakCompareAndSetDouble
       
  2670  */
       
  2671 
       
  2672 /**
       
  2673  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASTest.WeakCompareAndSetFloat
       
  2674  * @library /test/lib /
       
  2675  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASTest.WeakCompareAndSetFloat
       
  2676  */
       
  2677 
       
  2678 /**
       
  2679  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASTest.WeakCompareAndSetInt
       
  2680  * @library /test/lib /
       
  2681  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASTest.WeakCompareAndSetInt
       
  2682  */
       
  2683 
       
  2684 /**
       
  2685  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASTest.WeakCompareAndSetLong
       
  2686  * @library /test/lib /
       
  2687  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASTest.WeakCompareAndSetLong
       
  2688  */
       
  2689 
       
  2690 /**
       
  2691  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASTest.WeakCompareAndSetPlainDouble
       
  2692  * @library /test/lib /
       
  2693  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASTest.WeakCompareAndSetPlainDouble
       
  2694  */
       
  2695 
       
  2696 /**
       
  2697  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASTest.WeakCompareAndSetPlainFloat
       
  2698  * @library /test/lib /
       
  2699  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASTest.WeakCompareAndSetPlainFloat
       
  2700  */
       
  2701 
       
  2702 /**
       
  2703  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASTest.WeakCompareAndSetPlainInt
       
  2704  * @library /test/lib /
       
  2705  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASTest.WeakCompareAndSetPlainInt
       
  2706  */
       
  2707 
       
  2708 /**
       
  2709  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASTest.WeakCompareAndSetPlainLong
       
  2710  * @library /test/lib /
       
  2711  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASTest.WeakCompareAndSetPlainLong
       
  2712  */
       
  2713 
       
  2714 /**
       
  2715  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASTest.WeakCompareAndSetReleaseDouble
       
  2716  * @library /test/lib /
       
  2717  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASTest.WeakCompareAndSetReleaseDouble
       
  2718  */
       
  2719 
       
  2720 /**
       
  2721  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASTest.WeakCompareAndSetReleaseFloat
       
  2722  * @library /test/lib /
       
  2723  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASTest.WeakCompareAndSetReleaseFloat
       
  2724  */
       
  2725 
       
  2726 /**
       
  2727  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASTest.WeakCompareAndSetReleaseInt
       
  2728  * @library /test/lib /
       
  2729  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASTest.WeakCompareAndSetReleaseInt
       
  2730  */
       
  2731 
       
  2732 /**
       
  2733  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASTest.WeakCompareAndSetReleaseLong
       
  2734  * @library /test/lib /
       
  2735  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.big.WeakCASTest.WeakCompareAndSetReleaseLong
       
  2736  */
       
  2737 
       
  2738 /**
       
  2739  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.CAETest.CompareAndExchangeAcquireDouble
       
  2740  * @library /test/lib /
       
  2741  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.CAETest.CompareAndExchangeAcquireDouble
       
  2742  */
       
  2743 
       
  2744 /**
       
  2745  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.CAETest.CompareAndExchangeAcquireFloat
       
  2746  * @library /test/lib /
       
  2747  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.CAETest.CompareAndExchangeAcquireFloat
       
  2748  */
       
  2749 
       
  2750 /**
       
  2751  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.CAETest.CompareAndExchangeAcquireInt
       
  2752  * @library /test/lib /
       
  2753  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.CAETest.CompareAndExchangeAcquireInt
       
  2754  */
       
  2755 
       
  2756 /**
       
  2757  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.CAETest.CompareAndExchangeAcquireLong
       
  2758  * @library /test/lib /
       
  2759  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.CAETest.CompareAndExchangeAcquireLong
       
  2760  */
       
  2761 
       
  2762 /**
       
  2763  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.CAETest.CompareAndExchangeDouble
       
  2764  * @library /test/lib /
       
  2765  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.CAETest.CompareAndExchangeDouble
       
  2766  */
       
  2767 
       
  2768 /**
       
  2769  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.CAETest.CompareAndExchangeFloat
       
  2770  * @library /test/lib /
       
  2771  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.CAETest.CompareAndExchangeFloat
       
  2772  */
       
  2773 
       
  2774 /**
       
  2775  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.CAETest.CompareAndExchangeInt
       
  2776  * @library /test/lib /
       
  2777  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.CAETest.CompareAndExchangeInt
       
  2778  */
       
  2779 
       
  2780 /**
       
  2781  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.CAETest.CompareAndExchangeLong
       
  2782  * @library /test/lib /
       
  2783  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.CAETest.CompareAndExchangeLong
       
  2784  */
       
  2785 
       
  2786 /**
       
  2787  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.CAETest.CompareAndExchangeReleaseDouble
       
  2788  * @library /test/lib /
       
  2789  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.CAETest.CompareAndExchangeReleaseDouble
       
  2790  */
       
  2791 
       
  2792 /**
       
  2793  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.CAETest.CompareAndExchangeReleaseFloat
       
  2794  * @library /test/lib /
       
  2795  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.CAETest.CompareAndExchangeReleaseFloat
       
  2796  */
       
  2797 
       
  2798 /**
       
  2799  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.CAETest.CompareAndExchangeReleaseInt
       
  2800  * @library /test/lib /
       
  2801  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.CAETest.CompareAndExchangeReleaseInt
       
  2802  */
       
  2803 
       
  2804 /**
       
  2805  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.CAETest.CompareAndExchangeReleaseLong
       
  2806  * @library /test/lib /
       
  2807  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.CAETest.CompareAndExchangeReleaseLong
       
  2808  */
       
  2809 
       
  2810 /**
       
  2811  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.CASTest.CompareAndSetDouble
       
  2812  * @library /test/lib /
       
  2813  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.CASTest.CompareAndSetDouble
       
  2814  */
       
  2815 
       
  2816 /**
       
  2817  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.CASTest.CompareAndSetFloat
       
  2818  * @library /test/lib /
       
  2819  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.CASTest.CompareAndSetFloat
       
  2820  */
       
  2821 
       
  2822 /**
       
  2823  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.CASTest.CompareAndSetInt
       
  2824  * @library /test/lib /
       
  2825  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.CASTest.CompareAndSetInt
       
  2826  */
       
  2827 
       
  2828 /**
       
  2829  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.CASTest.CompareAndSetLong
       
  2830  * @library /test/lib /
       
  2831  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.CASTest.CompareAndSetLong
       
  2832  */
       
  2833 
       
  2834 /**
       
  2835  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.GetAndAddTest.GetAndAddInt
       
  2836  * @library /test/lib /
       
  2837  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.GetAndAddTest.GetAndAddInt
       
  2838  */
       
  2839 
       
  2840 /**
       
  2841  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.GetAndAddTest.GetAndAddLong
       
  2842  * @library /test/lib /
       
  2843  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.GetAndAddTest.GetAndAddLong
       
  2844  */
       
  2845 
       
  2846 /**
       
  2847  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.GetAndSetTest.GetAndSetDouble
       
  2848  * @library /test/lib /
       
  2849  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.GetAndSetTest.GetAndSetDouble
       
  2850  */
       
  2851 
       
  2852 /**
       
  2853  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.GetAndSetTest.GetAndSetFloat
       
  2854  * @library /test/lib /
       
  2855  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.GetAndSetTest.GetAndSetFloat
       
  2856  */
       
  2857 
       
  2858 /**
       
  2859  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.GetAndSetTest.GetAndSetInt
       
  2860  * @library /test/lib /
       
  2861  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.GetAndSetTest.GetAndSetInt
       
  2862  */
       
  2863 
       
  2864 /**
       
  2865  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.GetAndSetTest.GetAndSetLong
       
  2866  * @library /test/lib /
       
  2867  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.GetAndSetTest.GetAndSetLong
       
  2868  */
       
  2869 
       
  2870 /**
       
  2871  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASContendStrongTest.WeakCompareAndSetAcquireDouble
       
  2872  * @library /test/lib /
       
  2873  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASContendStrongTest.WeakCompareAndSetAcquireDouble
       
  2874  */
       
  2875 
       
  2876 /**
       
  2877  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASContendStrongTest.WeakCompareAndSetAcquireFloat
       
  2878  * @library /test/lib /
       
  2879  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASContendStrongTest.WeakCompareAndSetAcquireFloat
       
  2880  */
       
  2881 
       
  2882 /**
       
  2883  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASContendStrongTest.WeakCompareAndSetAcquireInt
       
  2884  * @library /test/lib /
       
  2885  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASContendStrongTest.WeakCompareAndSetAcquireInt
       
  2886  */
       
  2887 
       
  2888 /**
       
  2889  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASContendStrongTest.WeakCompareAndSetAcquireLong
       
  2890  * @library /test/lib /
       
  2891  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASContendStrongTest.WeakCompareAndSetAcquireLong
       
  2892  */
       
  2893 
       
  2894 /**
       
  2895  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASContendStrongTest.WeakCompareAndSetDouble
       
  2896  * @library /test/lib /
       
  2897  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASContendStrongTest.WeakCompareAndSetDouble
       
  2898  */
       
  2899 
       
  2900 /**
       
  2901  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASContendStrongTest.WeakCompareAndSetFloat
       
  2902  * @library /test/lib /
       
  2903  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASContendStrongTest.WeakCompareAndSetFloat
       
  2904  */
       
  2905 
       
  2906 /**
       
  2907  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASContendStrongTest.WeakCompareAndSetInt
       
  2908  * @library /test/lib /
       
  2909  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASContendStrongTest.WeakCompareAndSetInt
       
  2910  */
       
  2911 
       
  2912 /**
       
  2913  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASContendStrongTest.WeakCompareAndSetLong
       
  2914  * @library /test/lib /
       
  2915  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASContendStrongTest.WeakCompareAndSetLong
       
  2916  */
       
  2917 
       
  2918 /**
       
  2919  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASContendStrongTest.WeakCompareAndSetPlainDouble
       
  2920  * @library /test/lib /
       
  2921  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASContendStrongTest.WeakCompareAndSetPlainDouble
       
  2922  */
       
  2923 
       
  2924 /**
       
  2925  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASContendStrongTest.WeakCompareAndSetPlainFloat
       
  2926  * @library /test/lib /
       
  2927  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASContendStrongTest.WeakCompareAndSetPlainFloat
       
  2928  */
       
  2929 
       
  2930 /**
       
  2931  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASContendStrongTest.WeakCompareAndSetPlainInt
       
  2932  * @library /test/lib /
       
  2933  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASContendStrongTest.WeakCompareAndSetPlainInt
       
  2934  */
       
  2935 
       
  2936 /**
       
  2937  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASContendStrongTest.WeakCompareAndSetPlainLong
       
  2938  * @library /test/lib /
       
  2939  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASContendStrongTest.WeakCompareAndSetPlainLong
       
  2940  */
       
  2941 
       
  2942 /**
       
  2943  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASContendStrongTest.WeakCompareAndSetReleaseDouble
       
  2944  * @library /test/lib /
       
  2945  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASContendStrongTest.WeakCompareAndSetReleaseDouble
       
  2946  */
       
  2947 
       
  2948 /**
       
  2949  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASContendStrongTest.WeakCompareAndSetReleaseFloat
       
  2950  * @library /test/lib /
       
  2951  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASContendStrongTest.WeakCompareAndSetReleaseFloat
       
  2952  */
       
  2953 
       
  2954 /**
       
  2955  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASContendStrongTest.WeakCompareAndSetReleaseInt
       
  2956  * @library /test/lib /
       
  2957  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASContendStrongTest.WeakCompareAndSetReleaseInt
       
  2958  */
       
  2959 
       
  2960 /**
       
  2961  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASContendStrongTest.WeakCompareAndSetReleaseLong
       
  2962  * @library /test/lib /
       
  2963  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASContendStrongTest.WeakCompareAndSetReleaseLong
       
  2964  */
       
  2965 
       
  2966 /**
       
  2967  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASTest.WeakCompareAndSetAcquireDouble
       
  2968  * @library /test/lib /
       
  2969  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASTest.WeakCompareAndSetAcquireDouble
       
  2970  */
       
  2971 
       
  2972 /**
       
  2973  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASTest.WeakCompareAndSetAcquireFloat
       
  2974  * @library /test/lib /
       
  2975  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASTest.WeakCompareAndSetAcquireFloat
       
  2976  */
       
  2977 
       
  2978 /**
       
  2979  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASTest.WeakCompareAndSetAcquireInt
       
  2980  * @library /test/lib /
       
  2981  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASTest.WeakCompareAndSetAcquireInt
       
  2982  */
       
  2983 
       
  2984 /**
       
  2985  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASTest.WeakCompareAndSetAcquireLong
       
  2986  * @library /test/lib /
       
  2987  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASTest.WeakCompareAndSetAcquireLong
       
  2988  */
       
  2989 
       
  2990 /**
       
  2991  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASTest.WeakCompareAndSetDouble
       
  2992  * @library /test/lib /
       
  2993  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASTest.WeakCompareAndSetDouble
       
  2994  */
       
  2995 
       
  2996 /**
       
  2997  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASTest.WeakCompareAndSetFloat
       
  2998  * @library /test/lib /
       
  2999  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASTest.WeakCompareAndSetFloat
       
  3000  */
       
  3001 
       
  3002 /**
       
  3003  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASTest.WeakCompareAndSetInt
       
  3004  * @library /test/lib /
       
  3005  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASTest.WeakCompareAndSetInt
       
  3006  */
       
  3007 
       
  3008 /**
       
  3009  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASTest.WeakCompareAndSetLong
       
  3010  * @library /test/lib /
       
  3011  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASTest.WeakCompareAndSetLong
       
  3012  */
       
  3013 
       
  3014 /**
       
  3015  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASTest.WeakCompareAndSetPlainDouble
       
  3016  * @library /test/lib /
       
  3017  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASTest.WeakCompareAndSetPlainDouble
       
  3018  */
       
  3019 
       
  3020 /**
       
  3021  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASTest.WeakCompareAndSetPlainFloat
       
  3022  * @library /test/lib /
       
  3023  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASTest.WeakCompareAndSetPlainFloat
       
  3024  */
       
  3025 
       
  3026 /**
       
  3027  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASTest.WeakCompareAndSetPlainInt
       
  3028  * @library /test/lib /
       
  3029  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASTest.WeakCompareAndSetPlainInt
       
  3030  */
       
  3031 
       
  3032 /**
       
  3033  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASTest.WeakCompareAndSetPlainLong
       
  3034  * @library /test/lib /
       
  3035  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASTest.WeakCompareAndSetPlainLong
       
  3036  */
       
  3037 
       
  3038 /**
       
  3039  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASTest.WeakCompareAndSetReleaseDouble
       
  3040  * @library /test/lib /
       
  3041  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASTest.WeakCompareAndSetReleaseDouble
       
  3042  */
       
  3043 
       
  3044 /**
       
  3045  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASTest.WeakCompareAndSetReleaseFloat
       
  3046  * @library /test/lib /
       
  3047  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASTest.WeakCompareAndSetReleaseFloat
       
  3048  */
       
  3049 
       
  3050 /**
       
  3051  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASTest.WeakCompareAndSetReleaseInt
       
  3052  * @library /test/lib /
       
  3053  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASTest.WeakCompareAndSetReleaseInt
       
  3054  */
       
  3055 
       
  3056 /**
       
  3057  * @test org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASTest.WeakCompareAndSetReleaseLong
       
  3058  * @library /test/lib /
       
  3059  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.byteBuffer.heap.little.WeakCASTest.WeakCompareAndSetReleaseLong
       
  3060  */
       
  3061 
       
  3062 /**
       
  3063  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeAcquireBoolean
       
  3064  * @library /test/lib /
       
  3065  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeAcquireBoolean
       
  3066  */
       
  3067 
       
  3068 /**
       
  3069  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeAcquireByte
       
  3070  * @library /test/lib /
       
  3071  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeAcquireByte
       
  3072  */
       
  3073 
       
  3074 /**
       
  3075  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeAcquireChar
       
  3076  * @library /test/lib /
       
  3077  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeAcquireChar
       
  3078  */
       
  3079 
       
  3080 /**
       
  3081  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeAcquireDouble
       
  3082  * @library /test/lib /
       
  3083  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeAcquireDouble
       
  3084  */
       
  3085 
       
  3086 /**
       
  3087  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeAcquireFloat
       
  3088  * @library /test/lib /
       
  3089  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeAcquireFloat
       
  3090  */
       
  3091 
       
  3092 /**
       
  3093  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeAcquireInt
       
  3094  * @library /test/lib /
       
  3095  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeAcquireInt
       
  3096  */
       
  3097 
       
  3098 /**
       
  3099  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeAcquireLong
       
  3100  * @library /test/lib /
       
  3101  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeAcquireLong
       
  3102  */
       
  3103 
       
  3104 /**
       
  3105  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeAcquireShort
       
  3106  * @library /test/lib /
       
  3107  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeAcquireShort
       
  3108  */
       
  3109 
       
  3110 /**
       
  3111  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeAcquireString
       
  3112  * @library /test/lib /
       
  3113  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeAcquireString
       
  3114  */
       
  3115 
       
  3116 /**
       
  3117  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeBoolean
       
  3118  * @library /test/lib /
       
  3119  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeBoolean
       
  3120  */
       
  3121 
       
  3122 /**
       
  3123  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeByte
       
  3124  * @library /test/lib /
       
  3125  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeByte
       
  3126  */
       
  3127 
       
  3128 /**
       
  3129  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeChar
       
  3130  * @library /test/lib /
       
  3131  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeChar
       
  3132  */
       
  3133 
       
  3134 /**
       
  3135  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeDouble
       
  3136  * @library /test/lib /
       
  3137  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeDouble
       
  3138  */
       
  3139 
       
  3140 /**
       
  3141  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeFloat
       
  3142  * @library /test/lib /
       
  3143  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeFloat
       
  3144  */
       
  3145 
       
  3146 /**
       
  3147  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeInt
       
  3148  * @library /test/lib /
       
  3149  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeInt
       
  3150  */
       
  3151 
       
  3152 /**
       
  3153  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeLong
       
  3154  * @library /test/lib /
       
  3155  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeLong
       
  3156  */
       
  3157 
       
  3158 /**
       
  3159  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeReleaseBoolean
       
  3160  * @library /test/lib /
       
  3161  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeReleaseBoolean
       
  3162  */
       
  3163 
       
  3164 /**
       
  3165  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeReleaseByte
       
  3166  * @library /test/lib /
       
  3167  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeReleaseByte
       
  3168  */
       
  3169 
       
  3170 /**
       
  3171  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeReleaseChar
       
  3172  * @library /test/lib /
       
  3173  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeReleaseChar
       
  3174  */
       
  3175 
       
  3176 /**
       
  3177  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeReleaseDouble
       
  3178  * @library /test/lib /
       
  3179  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeReleaseDouble
       
  3180  */
       
  3181 
       
  3182 /**
       
  3183  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeReleaseFloat
       
  3184  * @library /test/lib /
       
  3185  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeReleaseFloat
       
  3186  */
       
  3187 
       
  3188 /**
       
  3189  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeReleaseInt
       
  3190  * @library /test/lib /
       
  3191  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeReleaseInt
       
  3192  */
       
  3193 
       
  3194 /**
       
  3195  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeReleaseLong
       
  3196  * @library /test/lib /
       
  3197  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeReleaseLong
       
  3198  */
       
  3199 
       
  3200 /**
       
  3201  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeReleaseShort
       
  3202  * @library /test/lib /
       
  3203  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeReleaseShort
       
  3204  */
       
  3205 
       
  3206 /**
       
  3207  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeReleaseString
       
  3208  * @library /test/lib /
       
  3209  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeReleaseString
       
  3210  */
       
  3211 
       
  3212 /**
       
  3213  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeShort
       
  3214  * @library /test/lib /
       
  3215  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeShort
       
  3216  */
       
  3217 
       
  3218 /**
       
  3219  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeString
       
  3220  * @library /test/lib /
       
  3221  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CAETest.CompareAndExchangeString
       
  3222  */
       
  3223 
       
  3224 /**
       
  3225  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CASTest.CompareAndSetBoolean
       
  3226  * @library /test/lib /
       
  3227  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CASTest.CompareAndSetBoolean
       
  3228  */
       
  3229 
       
  3230 /**
       
  3231  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CASTest.CompareAndSetByte
       
  3232  * @library /test/lib /
       
  3233  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CASTest.CompareAndSetByte
       
  3234  */
       
  3235 
       
  3236 /**
       
  3237  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CASTest.CompareAndSetChar
       
  3238  * @library /test/lib /
       
  3239  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CASTest.CompareAndSetChar
       
  3240  */
       
  3241 
       
  3242 /**
       
  3243  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CASTest.CompareAndSetDouble
       
  3244  * @library /test/lib /
       
  3245  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CASTest.CompareAndSetDouble
       
  3246  */
       
  3247 
       
  3248 /**
       
  3249  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CASTest.CompareAndSetFloat
       
  3250  * @library /test/lib /
       
  3251  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CASTest.CompareAndSetFloat
       
  3252  */
       
  3253 
       
  3254 /**
       
  3255  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CASTest.CompareAndSetInt
       
  3256  * @library /test/lib /
       
  3257  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CASTest.CompareAndSetInt
       
  3258  */
       
  3259 
       
  3260 /**
       
  3261  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CASTest.CompareAndSetLong
       
  3262  * @library /test/lib /
       
  3263  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CASTest.CompareAndSetLong
       
  3264  */
       
  3265 
       
  3266 /**
       
  3267  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CASTest.CompareAndSetShort
       
  3268  * @library /test/lib /
       
  3269  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CASTest.CompareAndSetShort
       
  3270  */
       
  3271 
       
  3272 /**
       
  3273  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.CASTest.CompareAndSetString
       
  3274  * @library /test/lib /
       
  3275  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.CASTest.CompareAndSetString
       
  3276  */
       
  3277 
       
  3278 /**
       
  3279  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.GetAndAddTest.GetAndAddInt
       
  3280  * @library /test/lib /
       
  3281  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.GetAndAddTest.GetAndAddInt
       
  3282  */
       
  3283 
       
  3284 /**
       
  3285  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.GetAndAddTest.GetAndAddLong
       
  3286  * @library /test/lib /
       
  3287  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.GetAndAddTest.GetAndAddLong
       
  3288  */
       
  3289 
       
  3290 /**
       
  3291  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.GetAndSetTest.GetAndSetBoolean
       
  3292  * @library /test/lib /
       
  3293  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.GetAndSetTest.GetAndSetBoolean
       
  3294  */
       
  3295 
       
  3296 /**
       
  3297  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.GetAndSetTest.GetAndSetByte
       
  3298  * @library /test/lib /
       
  3299  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.GetAndSetTest.GetAndSetByte
       
  3300  */
       
  3301 
       
  3302 /**
       
  3303  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.GetAndSetTest.GetAndSetChar
       
  3304  * @library /test/lib /
       
  3305  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.GetAndSetTest.GetAndSetChar
       
  3306  */
       
  3307 
       
  3308 /**
       
  3309  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.GetAndSetTest.GetAndSetDouble
       
  3310  * @library /test/lib /
       
  3311  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.GetAndSetTest.GetAndSetDouble
       
  3312  */
       
  3313 
       
  3314 /**
       
  3315  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.GetAndSetTest.GetAndSetFloat
       
  3316  * @library /test/lib /
       
  3317  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.GetAndSetTest.GetAndSetFloat
       
  3318  */
       
  3319 
       
  3320 /**
       
  3321  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.GetAndSetTest.GetAndSetInt
       
  3322  * @library /test/lib /
       
  3323  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.GetAndSetTest.GetAndSetInt
       
  3324  */
       
  3325 
       
  3326 /**
       
  3327  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.GetAndSetTest.GetAndSetLong
       
  3328  * @library /test/lib /
       
  3329  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.GetAndSetTest.GetAndSetLong
       
  3330  */
       
  3331 
       
  3332 /**
       
  3333  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.GetAndSetTest.GetAndSetShort
       
  3334  * @library /test/lib /
       
  3335  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.GetAndSetTest.GetAndSetShort
       
  3336  */
       
  3337 
       
  3338 /**
       
  3339  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.GetAndSetTest.GetAndSetString
       
  3340  * @library /test/lib /
       
  3341  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.GetAndSetTest.GetAndSetString
       
  3342  */
       
  3343 
       
  3344 /**
       
  3345  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetAcquireBoolean
       
  3346  * @library /test/lib /
       
  3347  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetAcquireBoolean
       
  3348  */
       
  3349 
       
  3350 /**
       
  3351  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetAcquireByte
       
  3352  * @library /test/lib /
       
  3353  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetAcquireByte
       
  3354  */
       
  3355 
       
  3356 /**
       
  3357  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetAcquireChar
       
  3358  * @library /test/lib /
       
  3359  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetAcquireChar
       
  3360  */
       
  3361 
       
  3362 /**
       
  3363  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetAcquireDouble
       
  3364  * @library /test/lib /
       
  3365  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetAcquireDouble
       
  3366  */
       
  3367 
       
  3368 /**
       
  3369  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetAcquireFloat
       
  3370  * @library /test/lib /
       
  3371  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetAcquireFloat
       
  3372  */
       
  3373 
       
  3374 /**
       
  3375  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetAcquireInt
       
  3376  * @library /test/lib /
       
  3377  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetAcquireInt
       
  3378  */
       
  3379 
       
  3380 /**
       
  3381  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetAcquireLong
       
  3382  * @library /test/lib /
       
  3383  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetAcquireLong
       
  3384  */
       
  3385 
       
  3386 /**
       
  3387  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetAcquireShort
       
  3388  * @library /test/lib /
       
  3389  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetAcquireShort
       
  3390  */
       
  3391 
       
  3392 /**
       
  3393  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetAcquireString
       
  3394  * @library /test/lib /
       
  3395  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetAcquireString
       
  3396  */
       
  3397 
       
  3398 /**
       
  3399  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetBoolean
       
  3400  * @library /test/lib /
       
  3401  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetBoolean
       
  3402  */
       
  3403 
       
  3404 /**
       
  3405  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetByte
       
  3406  * @library /test/lib /
       
  3407  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetByte
       
  3408  */
       
  3409 
       
  3410 /**
       
  3411  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetChar
       
  3412  * @library /test/lib /
       
  3413  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetChar
       
  3414  */
       
  3415 
       
  3416 /**
       
  3417  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetDouble
       
  3418  * @library /test/lib /
       
  3419  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetDouble
       
  3420  */
       
  3421 
       
  3422 /**
       
  3423  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetFloat
       
  3424  * @library /test/lib /
       
  3425  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetFloat
       
  3426  */
       
  3427 
       
  3428 /**
       
  3429  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetInt
       
  3430  * @library /test/lib /
       
  3431  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetInt
       
  3432  */
       
  3433 
       
  3434 /**
       
  3435  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetLong
       
  3436  * @library /test/lib /
       
  3437  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetLong
       
  3438  */
       
  3439 
       
  3440 /**
       
  3441  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetPlainBoolean
       
  3442  * @library /test/lib /
       
  3443  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetPlainBoolean
       
  3444  */
       
  3445 
       
  3446 /**
       
  3447  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetPlainByte
       
  3448  * @library /test/lib /
       
  3449  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetPlainByte
       
  3450  */
       
  3451 
       
  3452 /**
       
  3453  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetPlainChar
       
  3454  * @library /test/lib /
       
  3455  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetPlainChar
       
  3456  */
       
  3457 
       
  3458 /**
       
  3459  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetPlainDouble
       
  3460  * @library /test/lib /
       
  3461  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetPlainDouble
       
  3462  */
       
  3463 
       
  3464 /**
       
  3465  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetPlainFloat
       
  3466  * @library /test/lib /
       
  3467  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetPlainFloat
       
  3468  */
       
  3469 
       
  3470 /**
       
  3471  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetPlainInt
       
  3472  * @library /test/lib /
       
  3473  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetPlainInt
       
  3474  */
       
  3475 
       
  3476 /**
       
  3477  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetPlainLong
       
  3478  * @library /test/lib /
       
  3479  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetPlainLong
       
  3480  */
       
  3481 
       
  3482 /**
       
  3483  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetPlainShort
       
  3484  * @library /test/lib /
       
  3485  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetPlainShort
       
  3486  */
       
  3487 
       
  3488 /**
       
  3489  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetPlainString
       
  3490  * @library /test/lib /
       
  3491  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetPlainString
       
  3492  */
       
  3493 
       
  3494 /**
       
  3495  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetReleaseBoolean
       
  3496  * @library /test/lib /
       
  3497  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetReleaseBoolean
       
  3498  */
       
  3499 
       
  3500 /**
       
  3501  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetReleaseByte
       
  3502  * @library /test/lib /
       
  3503  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetReleaseByte
       
  3504  */
       
  3505 
       
  3506 /**
       
  3507  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetReleaseChar
       
  3508  * @library /test/lib /
       
  3509  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetReleaseChar
       
  3510  */
       
  3511 
       
  3512 /**
       
  3513  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetReleaseDouble
       
  3514  * @library /test/lib /
       
  3515  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetReleaseDouble
       
  3516  */
       
  3517 
       
  3518 /**
       
  3519  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetReleaseFloat
       
  3520  * @library /test/lib /
       
  3521  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetReleaseFloat
       
  3522  */
       
  3523 
       
  3524 /**
       
  3525  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetReleaseInt
       
  3526  * @library /test/lib /
       
  3527  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetReleaseInt
       
  3528  */
       
  3529 
       
  3530 /**
       
  3531  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetReleaseLong
       
  3532  * @library /test/lib /
       
  3533  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetReleaseLong
       
  3534  */
       
  3535 
       
  3536 /**
       
  3537  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetReleaseShort
       
  3538  * @library /test/lib /
       
  3539  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetReleaseShort
       
  3540  */
       
  3541 
       
  3542 /**
       
  3543  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetReleaseString
       
  3544  * @library /test/lib /
       
  3545  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetReleaseString
       
  3546  */
       
  3547 
       
  3548 /**
       
  3549  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetShort
       
  3550  * @library /test/lib /
       
  3551  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetShort
       
  3552  */
       
  3553 
       
  3554 /**
       
  3555  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetString
       
  3556  * @library /test/lib /
       
  3557  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASContendStrongTest.WeakCompareAndSetString
       
  3558  */
       
  3559 
       
  3560 /**
       
  3561  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetAcquireBoolean
       
  3562  * @library /test/lib /
       
  3563  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetAcquireBoolean
       
  3564  */
       
  3565 
       
  3566 /**
       
  3567  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetAcquireByte
       
  3568  * @library /test/lib /
       
  3569  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetAcquireByte
       
  3570  */
       
  3571 
       
  3572 /**
       
  3573  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetAcquireChar
       
  3574  * @library /test/lib /
       
  3575  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetAcquireChar
       
  3576  */
       
  3577 
       
  3578 /**
       
  3579  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetAcquireDouble
       
  3580  * @library /test/lib /
       
  3581  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetAcquireDouble
       
  3582  */
       
  3583 
       
  3584 /**
       
  3585  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetAcquireFloat
       
  3586  * @library /test/lib /
       
  3587  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetAcquireFloat
       
  3588  */
       
  3589 
       
  3590 /**
       
  3591  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetAcquireInt
       
  3592  * @library /test/lib /
       
  3593  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetAcquireInt
       
  3594  */
       
  3595 
       
  3596 /**
       
  3597  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetAcquireLong
       
  3598  * @library /test/lib /
       
  3599  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetAcquireLong
       
  3600  */
       
  3601 
       
  3602 /**
       
  3603  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetAcquireShort
       
  3604  * @library /test/lib /
       
  3605  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetAcquireShort
       
  3606  */
       
  3607 
       
  3608 /**
       
  3609  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetAcquireString
       
  3610  * @library /test/lib /
       
  3611  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetAcquireString
       
  3612  */
       
  3613 
       
  3614 /**
       
  3615  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetBoolean
       
  3616  * @library /test/lib /
       
  3617  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetBoolean
       
  3618  */
       
  3619 
       
  3620 /**
       
  3621  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetByte
       
  3622  * @library /test/lib /
       
  3623  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetByte
       
  3624  */
       
  3625 
       
  3626 /**
       
  3627  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetChar
       
  3628  * @library /test/lib /
       
  3629  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetChar
       
  3630  */
       
  3631 
       
  3632 /**
       
  3633  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetDouble
       
  3634  * @library /test/lib /
       
  3635  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetDouble
       
  3636  */
       
  3637 
       
  3638 /**
       
  3639  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetFloat
       
  3640  * @library /test/lib /
       
  3641  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetFloat
       
  3642  */
       
  3643 
       
  3644 /**
       
  3645  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetInt
       
  3646  * @library /test/lib /
       
  3647  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetInt
       
  3648  */
       
  3649 
       
  3650 /**
       
  3651  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetLong
       
  3652  * @library /test/lib /
       
  3653  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetLong
       
  3654  */
       
  3655 
       
  3656 /**
       
  3657  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetPlainBoolean
       
  3658  * @library /test/lib /
       
  3659  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetPlainBoolean
       
  3660  */
       
  3661 
       
  3662 /**
       
  3663  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetPlainByte
       
  3664  * @library /test/lib /
       
  3665  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetPlainByte
       
  3666  */
       
  3667 
       
  3668 /**
       
  3669  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetPlainChar
       
  3670  * @library /test/lib /
       
  3671  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetPlainChar
       
  3672  */
       
  3673 
       
  3674 /**
       
  3675  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetPlainDouble
       
  3676  * @library /test/lib /
       
  3677  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetPlainDouble
       
  3678  */
       
  3679 
       
  3680 /**
       
  3681  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetPlainFloat
       
  3682  * @library /test/lib /
       
  3683  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetPlainFloat
       
  3684  */
       
  3685 
       
  3686 /**
       
  3687  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetPlainInt
       
  3688  * @library /test/lib /
       
  3689  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetPlainInt
       
  3690  */
       
  3691 
       
  3692 /**
       
  3693  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetPlainLong
       
  3694  * @library /test/lib /
       
  3695  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetPlainLong
       
  3696  */
       
  3697 
       
  3698 /**
       
  3699  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetPlainShort
       
  3700  * @library /test/lib /
       
  3701  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetPlainShort
       
  3702  */
       
  3703 
       
  3704 /**
       
  3705  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetPlainString
       
  3706  * @library /test/lib /
       
  3707  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetPlainString
       
  3708  */
       
  3709 
       
  3710 /**
       
  3711  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetReleaseBoolean
       
  3712  * @library /test/lib /
       
  3713  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetReleaseBoolean
       
  3714  */
       
  3715 
       
  3716 /**
       
  3717  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetReleaseByte
       
  3718  * @library /test/lib /
       
  3719  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetReleaseByte
       
  3720  */
       
  3721 
       
  3722 /**
       
  3723  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetReleaseChar
       
  3724  * @library /test/lib /
       
  3725  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetReleaseChar
       
  3726  */
       
  3727 
       
  3728 /**
       
  3729  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetReleaseDouble
       
  3730  * @library /test/lib /
       
  3731  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetReleaseDouble
       
  3732  */
       
  3733 
       
  3734 /**
       
  3735  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetReleaseFloat
       
  3736  * @library /test/lib /
       
  3737  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetReleaseFloat
       
  3738  */
       
  3739 
       
  3740 /**
       
  3741  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetReleaseInt
       
  3742  * @library /test/lib /
       
  3743  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetReleaseInt
       
  3744  */
       
  3745 
       
  3746 /**
       
  3747  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetReleaseLong
       
  3748  * @library /test/lib /
       
  3749  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetReleaseLong
       
  3750  */
       
  3751 
       
  3752 /**
       
  3753  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetReleaseShort
       
  3754  * @library /test/lib /
       
  3755  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetReleaseShort
       
  3756  */
       
  3757 
       
  3758 /**
       
  3759  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetReleaseString
       
  3760  * @library /test/lib /
       
  3761  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetReleaseString
       
  3762  */
       
  3763 
       
  3764 /**
       
  3765  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetShort
       
  3766  * @library /test/lib /
       
  3767  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetShort
       
  3768  */
       
  3769 
       
  3770 /**
       
  3771  * @test org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetString
       
  3772  * @library /test/lib /
       
  3773  * @run driver/timeout=2400 applications.jcstress.JcstressRunner -v -m default -t org.openjdk.jcstress.tests.atomicity.varHandles.fields.WeakCASTest.WeakCompareAndSetString
       
  3774  */
       
  3775