< prev index next >

test/compiler/jvmci/events/JvmciNotifyBootstrapFinishedEventTest.java

Print this page




  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  * @test
  26  * @bug 8156034
  27  * @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64")
  28  * @library / /testlibrary
  29  * @library ../common/patches
  30  * @modules java.base/jdk.internal.org.objectweb.asm

  31  *          java.base/jdk.internal.org.objectweb.asm.tree
  32  *          jdk.vm.ci/jdk.vm.ci.hotspot
  33  *          jdk.vm.ci/jdk.vm.ci.code
  34  *          jdk.vm.ci/jdk.vm.ci.meta
  35  *          jdk.vm.ci/jdk.vm.ci.runtime
  36  * @build jdk.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper
  37  * @build compiler.jvmci.common.JVMCIHelpers
  38  *     compiler.jvmci.events.JvmciNotifyBootstrapFinishedEventTest
  39  * @run main jdk.test.lib.FileInstaller ../common/services/ ./META-INF/services/
  40  * @run main jdk.test.lib.FileInstaller ./JvmciNotifyBootstrapFinishedEventTest.config
  41  *     ./META-INF/services/jdk.vm.ci.hotspot.services.HotSpotVMEventListener
  42  * @run main ClassFileInstaller
  43  *     compiler.jvmci.common.JVMCIHelpers$EmptyHotspotCompiler
  44  *     compiler.jvmci.common.JVMCIHelpers$EmptyCompilerFactory
  45  *     compiler.jvmci.events.JvmciNotifyBootstrapFinishedEventTest
  46  *     jdk.test.lib.Asserts
  47  *     jdk.test.lib.Utils
  48  * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
  49  *     -Djvmci.Compiler=EmptyCompiler -Xbootclasspath/a:.
  50  *     -XX:+UseJVMCICompiler -XX:-BootstrapJVMCI




  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  * @test
  26  * @bug 8156034
  27  * @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64")
  28  * @library / /testlibrary
  29  * @library ../common/patches
  30  * @modules java.base/jdk.internal.misc
  31             java.base/jdk.internal.org.objectweb.asm
  32  *          java.base/jdk.internal.org.objectweb.asm.tree
  33  *          jdk.vm.ci/jdk.vm.ci.hotspot
  34  *          jdk.vm.ci/jdk.vm.ci.code
  35  *          jdk.vm.ci/jdk.vm.ci.meta
  36  *          jdk.vm.ci/jdk.vm.ci.runtime
  37  * @build jdk.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper
  38  * @build compiler.jvmci.common.JVMCIHelpers
  39  *     compiler.jvmci.events.JvmciNotifyBootstrapFinishedEventTest
  40  * @run main jdk.test.lib.FileInstaller ../common/services/ ./META-INF/services/
  41  * @run main jdk.test.lib.FileInstaller ./JvmciNotifyBootstrapFinishedEventTest.config
  42  *     ./META-INF/services/jdk.vm.ci.hotspot.services.HotSpotVMEventListener
  43  * @run main ClassFileInstaller
  44  *     compiler.jvmci.common.JVMCIHelpers$EmptyHotspotCompiler
  45  *     compiler.jvmci.common.JVMCIHelpers$EmptyCompilerFactory
  46  *     compiler.jvmci.events.JvmciNotifyBootstrapFinishedEventTest
  47  *     jdk.test.lib.Asserts
  48  *     jdk.test.lib.Utils
  49  * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
  50  *     -Djvmci.Compiler=EmptyCompiler -Xbootclasspath/a:.
  51  *     -XX:+UseJVMCICompiler -XX:-BootstrapJVMCI


< prev index next >