< prev index next >

test/compiler/jvmci/JVM_GetJVMCIRuntimeTest.java

Print this page




   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 
  25 /**
  26  * @test
  27  * @bug 8136421
  28  * @requires (vm.simpleArch == "x64" | vm.simpleArch == "sparcv9" | vm.simpleArch == "aarch64")
  29  * @library /testlibrary /
  30  * @modules java.base/jdk.internal.misc
  31  * @modules jdk.vm.ci/jdk.vm.ci.runtime
  32  * @run main/othervm -XX:+UnlockExperimentalVMOptions
  33  *      -Dcompiler.jvmci.JVM_GetJVMCIRuntimeTest.positive=true
  34  *      -XX:+EnableJVMCI
  35  *      compiler.jvmci.JVM_GetJVMCIRuntimeTest
  36  * @run main/othervm -XX:+UnlockExperimentalVMOptions
  37  *      -Dcompiler.jvmci.JVM_GetJVMCIRuntimeTest.positive=false
  38  *      -XX:-EnableJVMCI
  39  *      compiler.jvmci.JVM_GetJVMCIRuntimeTest
  40  * @run main/othervm -XX:+UnlockExperimentalVMOptions
  41  *      -Dcompiler.jvmci.JVM_GetJVMCIRuntimeTest.positive=true
  42  *      -Dcompiler.jvmci.JVM_GetJVMCIRuntimeTest.threaded=true
  43  *      -XX:+EnableJVMCI
  44  *      compiler.jvmci.JVM_GetJVMCIRuntimeTest
  45  * @run main/othervm -XX:+UnlockExperimentalVMOptions
  46  *      -Dcompiler.jvmci.JVM_GetJVMCIRuntimeTest.positive=false
  47  *      -Dcompiler.jvmci.JVM_GetJVMCIRuntimeTest.threaded=true
  48  *      -XX:-EnableJVMCI
  49  *      compiler.jvmci.JVM_GetJVMCIRuntimeTest




   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 
  25 /**
  26  * @test
  27  * @bug 8136421
  28  * @requires (vm.simpleArch == "x64" | vm.simpleArch == "sparcv9" | vm.simpleArch == "aarch64")
  29  * @library /test/lib /
  30  * @modules java.base/jdk.internal.misc
  31  * @modules jdk.vm.ci/jdk.vm.ci.runtime
  32  * @run main/othervm -XX:+UnlockExperimentalVMOptions
  33  *      -Dcompiler.jvmci.JVM_GetJVMCIRuntimeTest.positive=true
  34  *      -XX:+EnableJVMCI
  35  *      compiler.jvmci.JVM_GetJVMCIRuntimeTest
  36  * @run main/othervm -XX:+UnlockExperimentalVMOptions
  37  *      -Dcompiler.jvmci.JVM_GetJVMCIRuntimeTest.positive=false
  38  *      -XX:-EnableJVMCI
  39  *      compiler.jvmci.JVM_GetJVMCIRuntimeTest
  40  * @run main/othervm -XX:+UnlockExperimentalVMOptions
  41  *      -Dcompiler.jvmci.JVM_GetJVMCIRuntimeTest.positive=true
  42  *      -Dcompiler.jvmci.JVM_GetJVMCIRuntimeTest.threaded=true
  43  *      -XX:+EnableJVMCI
  44  *      compiler.jvmci.JVM_GetJVMCIRuntimeTest
  45  * @run main/othervm -XX:+UnlockExperimentalVMOptions
  46  *      -Dcompiler.jvmci.JVM_GetJVMCIRuntimeTest.positive=false
  47  *      -Dcompiler.jvmci.JVM_GetJVMCIRuntimeTest.threaded=true
  48  *      -XX:-EnableJVMCI
  49  *      compiler.jvmci.JVM_GetJVMCIRuntimeTest


< prev index next >