test/hotspot/jtreg/compiler/jvmci/compilerToVM/IsCompilableTest.java
branchdatagramsocketimpl-branch
changeset 58678 9cf78a70fa4f
parent 47216 71c04702a3d5
child 58679 9c3209ff7550
equal deleted inserted replaced
58677:13588c901957 58678:9cf78a70fa4f
     1 /*
     1 /*
     2  * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 2019, 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.
     7  * published by the Free Software Foundation.
    22  */
    22  */
    23 
    23 
    24 /**
    24 /**
    25  * @test
    25  * @test
    26  * @bug 8136421
    26  * @bug 8136421
    27  * @requires vm.jvmci
    27  * @requires vm.jvmci & vm.compMode == "Xmixed"
    28  * @library /test/lib /
    28  * @library /test/lib /
    29  * @library ../common/patches
    29  * @library ../common/patches
    30  * @modules java.base/jdk.internal.misc
    30  * @modules java.base/jdk.internal.misc
    31  * @modules java.base/jdk.internal.org.objectweb.asm
    31  * @modules java.base/jdk.internal.org.objectweb.asm
    32  *          java.base/jdk.internal.org.objectweb.asm.tree
    32  *          java.base/jdk.internal.org.objectweb.asm.tree
    37  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    37  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    38  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    38  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    39  * @run main/othervm -Xbootclasspath/a:.
    39  * @run main/othervm -Xbootclasspath/a:.
    40  *                   -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
    40  *                   -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
    41  *                   -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -XX:+UseJVMCICompiler
    41  *                   -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -XX:+UseJVMCICompiler
    42  *                   -Djvmci.Compiler=null
       
    43  *                   compiler.jvmci.compilerToVM.IsCompilableTest
    42  *                   compiler.jvmci.compilerToVM.IsCompilableTest
    44  * @run main/othervm -Xbootclasspath/a:.
    43  * @run main/othervm -Xbootclasspath/a:.
    45  *                   -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
    44  *                   -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
    46  *                   -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -XX:-UseJVMCICompiler
    45  *                   -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -XX:-UseJVMCICompiler
    47  *                   -Djvmci.Compiler=null
       
    48  *                   compiler.jvmci.compilerToVM.IsCompilableTest
    46  *                   compiler.jvmci.compilerToVM.IsCompilableTest
    49  */
    47  */
    50 
    48 
    51 package compiler.jvmci.compilerToVM;
    49 package compiler.jvmci.compilerToVM;
    52 
    50