hotspot/test/compiler/stable/TestStableMemoryBarrier.java
changeset 37773 e5b3e9732c3c
parent 36508 5f9eee6b383b
child 38207 2ed792c9481d
equal deleted inserted replaced
37761:82b8d12a553f 37773:e5b3e9732c3c
     1 /*
     1 /*
     2  * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     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
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    28  * @bug 8139758
    28  * @bug 8139758
    29  * @summary tests memory barrier correctly inserted for stable fields
    29  * @summary tests memory barrier correctly inserted for stable fields
    30  * @library /testlibrary /test/lib
    30  * @library /testlibrary /test/lib
    31  * @modules java.base/jdk.internal.vm.annotation
    31  * @modules java.base/jdk.internal.vm.annotation
    32  *
    32  *
    33  * @run main/bootclasspath -Xcomp -XX:CompileOnly=::testCompile
    33  * @run main/bootclasspath/othervm -Xcomp -XX:CompileOnly=::testCompile
    34  *                         compiler.stable.TestStableMemoryBarrier
    34  *                         compiler.stable.TestStableMemoryBarrier
    35  *
    35  *
    36  * @author hui.shi@linaro.org
    36  * @author hui.shi@linaro.org
    37  */
    37  */
    38 
    38