8208379: compiler/jvmci/events/JvmciNotifyInstallEventTest.java failed with "Got unexpected event count after 2nd install attempt: expected 9 to equal 2"
Reviewed-by: iignatyev
This commit is contained in:
parent
185be26580
commit
4bd89c7401
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
@ -24,7 +24,7 @@
|
|||||||
/**
|
/**
|
||||||
* @test
|
* @test
|
||||||
* @bug 8156034
|
* @bug 8156034
|
||||||
* @requires vm.jvmci
|
* @requires vm.jvmci & !vm.graal.enabled
|
||||||
* @library / /test/lib
|
* @library / /test/lib
|
||||||
* @library ../common/patches
|
* @library ../common/patches
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
/*
|
/*
|
||||||
* @test
|
* @test
|
||||||
* @bug 8136421
|
* @bug 8136421
|
||||||
* @requires vm.jvmci
|
* @requires vm.jvmci & !vm.graal.enabled
|
||||||
* @library / /test/lib
|
* @library / /test/lib
|
||||||
* @library ../common/patches
|
* @library ../common/patches
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
@ -47,10 +47,6 @@
|
|||||||
* compiler.jvmci.common.JVMCIHelpers$EmptyCompilationRequestResult
|
* compiler.jvmci.common.JVMCIHelpers$EmptyCompilationRequestResult
|
||||||
* compiler.jvmci.common.JVMCIHelpers$EmptyVMEventListener
|
* compiler.jvmci.common.JVMCIHelpers$EmptyVMEventListener
|
||||||
* @run main/othervm -XX:+UnlockExperimentalVMOptions
|
* @run main/othervm -XX:+UnlockExperimentalVMOptions
|
||||||
* -Djvmci.Compiler=graal -Xbootclasspath/a:. -Xmixed
|
|
||||||
* -XX:+UseJVMCICompiler -XX:-BootstrapJVMCI
|
|
||||||
* compiler.jvmci.events.JvmciNotifyInstallEventTest
|
|
||||||
* @run main/othervm -XX:+UnlockExperimentalVMOptions
|
|
||||||
* -Djvmci.Compiler=EmptyCompiler -Xbootclasspath/a:. -Xmixed
|
* -Djvmci.Compiler=EmptyCompiler -Xbootclasspath/a:. -Xmixed
|
||||||
* -XX:+UseJVMCICompiler -XX:-BootstrapJVMCI
|
* -XX:+UseJVMCICompiler -XX:-BootstrapJVMCI
|
||||||
* compiler.jvmci.events.JvmciNotifyInstallEventTest
|
* compiler.jvmci.events.JvmciNotifyInstallEventTest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user