author | sspitsyn |
Wed, 03 May 2017 02:32:02 +0000 | |
changeset 46426 | 02a1fc064144 |
parent 43972 | 1ade39b8381b |
permissions | -rw-r--r-- |
39249 | 1 |
/* |
2 |
* Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. |
|
3 |
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
|
4 |
* |
|
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 |
|
7 |
* published by the Free Software Foundation. |
|
8 |
* |
|
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 |
* @test |
|
26 |
* @bug 8156034 |
|
42607
acd91f1875d4
8170227: use vm.jvmci property in compiler/jvmci tests
iignatyev
parents:
41725
diff
changeset
|
27 |
* @requires vm.jvmci |
40631
ed82623d7831
8157957: ClassNotFoundException: jdk.test.lib.JDKToolFinder
ctornqvi
parents:
40081
diff
changeset
|
28 |
* @library / /test/lib |
39249 | 29 |
* @library ../common/patches |
39266
be8d2fb376bd
8158351: [JVMCI] NoClassDefFoundError: jdk/vm/ci/runtime/JVMCI
dnsimon
parents:
39249
diff
changeset
|
30 |
* @modules java.base/jdk.internal.misc |
40053
b3617982544e
8160657: Compiler HotSpot tests should use the "run driver" directive where applicable
iignatyev
parents:
40034
diff
changeset
|
31 |
* java.base/jdk.internal.org.objectweb.asm |
39249 | 32 |
* java.base/jdk.internal.org.objectweb.asm.tree |
43972 | 33 |
* jdk.internal.vm.ci/jdk.vm.ci.hotspot |
34 |
* jdk.internal.vm.ci/jdk.vm.ci.code |
|
35 |
* jdk.internal.vm.ci/jdk.vm.ci.meta |
|
36 |
* jdk.internal.vm.ci/jdk.vm.ci.runtime |
|
37 |
* jdk.internal.vm.ci/jdk.vm.ci.services |
|
40053
b3617982544e
8160657: Compiler HotSpot tests should use the "run driver" directive where applicable
iignatyev
parents:
40034
diff
changeset
|
38 |
* |
43972 | 39 |
* @build jdk.internal.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper |
39249 | 40 |
* @build compiler.jvmci.common.JVMCIHelpers |
40053
b3617982544e
8160657: Compiler HotSpot tests should use the "run driver" directive where applicable
iignatyev
parents:
40034
diff
changeset
|
41 |
* @run driver jdk.test.lib.FileInstaller ./JvmciNotifyBootstrapFinishedEventTest.config |
41725
5aef0bf3bef7
8167180: [JVMCI] Exported elements referring to inaccessible types in jdk.vm.ci
dnsimon
parents:
40631
diff
changeset
|
42 |
* ./META-INF/services/jdk.vm.ci.services.JVMCIServiceLocator |
40053
b3617982544e
8160657: Compiler HotSpot tests should use the "run driver" directive where applicable
iignatyev
parents:
40034
diff
changeset
|
43 |
* @run driver ClassFileInstaller |
b3617982544e
8160657: Compiler HotSpot tests should use the "run driver" directive where applicable
iignatyev
parents:
40034
diff
changeset
|
44 |
* compiler.jvmci.common.JVMCIHelpers$EmptyHotspotCompiler |
b3617982544e
8160657: Compiler HotSpot tests should use the "run driver" directive where applicable
iignatyev
parents:
40034
diff
changeset
|
45 |
* compiler.jvmci.common.JVMCIHelpers$EmptyCompilerFactory |
b3617982544e
8160657: Compiler HotSpot tests should use the "run driver" directive where applicable
iignatyev
parents:
40034
diff
changeset
|
46 |
* compiler.jvmci.common.JVMCIHelpers$EmptyCompilationRequestResult |
b3617982544e
8160657: Compiler HotSpot tests should use the "run driver" directive where applicable
iignatyev
parents:
40034
diff
changeset
|
47 |
* compiler.jvmci.common.JVMCIHelpers$EmptyVMEventListener |
40081
50be9fe0e9c2
8161265: [JVMCI] EnableJVMCI should only be required when its not implied by other flags
dnsimon
parents:
40053
diff
changeset
|
48 |
* @run main/othervm -XX:+UnlockExperimentalVMOptions |
39249 | 49 |
* -Djvmci.Compiler=EmptyCompiler -Xbootclasspath/a:. |
50 |
* -XX:+UseJVMCICompiler -XX:-BootstrapJVMCI |
|
51 |
* -Dcompiler.jvmci.events.JvmciNotifyBootstrapFinishedEventTest.bootstrap=false |
|
52 |
* compiler.jvmci.events.JvmciNotifyBootstrapFinishedEventTest |
|
40081
50be9fe0e9c2
8161265: [JVMCI] EnableJVMCI should only be required when its not implied by other flags
dnsimon
parents:
40053
diff
changeset
|
53 |
* @run main/othervm -XX:+UnlockExperimentalVMOptions |
39249 | 54 |
* -Djvmci.Compiler=EmptyCompiler -Xbootclasspath/a:. |
55 |
* -XX:+UseJVMCICompiler -XX:+BootstrapJVMCI |
|
56 |
* -Dcompiler.jvmci.events.JvmciNotifyBootstrapFinishedEventTest.bootstrap=true |
|
57 |
* compiler.jvmci.events.JvmciNotifyBootstrapFinishedEventTest |
|
58 |
*/ |
|
59 |
||
60 |
package compiler.jvmci.events; |
|
61 |
||
62 |
import jdk.test.lib.Asserts; |
|
41725
5aef0bf3bef7
8167180: [JVMCI] Exported elements referring to inaccessible types in jdk.vm.ci
dnsimon
parents:
40631
diff
changeset
|
63 |
import jdk.vm.ci.services.JVMCIServiceLocator; |
5aef0bf3bef7
8167180: [JVMCI] Exported elements referring to inaccessible types in jdk.vm.ci
dnsimon
parents:
40631
diff
changeset
|
64 |
import jdk.vm.ci.hotspot.HotSpotVMEventListener; |
39249 | 65 |
|
41725
5aef0bf3bef7
8167180: [JVMCI] Exported elements referring to inaccessible types in jdk.vm.ci
dnsimon
parents:
40631
diff
changeset
|
66 |
public class JvmciNotifyBootstrapFinishedEventTest extends JVMCIServiceLocator implements HotSpotVMEventListener { |
39249 | 67 |
private static final boolean BOOTSTRAP = Boolean |
68 |
.getBoolean("compiler.jvmci.events.JvmciNotifyBootstrapFinishedEventTest.bootstrap"); |
|
69 |
private static volatile int gotBoostrapNotification = 0; |
|
70 |
||
71 |
public static void main(String args[]) { |
|
72 |
if (BOOTSTRAP) { |
|
73 |
Asserts.assertEQ(gotBoostrapNotification, 1, "Did not receive expected number of bootstrap events"); |
|
74 |
} else { |
|
75 |
Asserts.assertEQ(gotBoostrapNotification, 0, "Got unexpected bootstrap event"); |
|
76 |
} |
|
77 |
} |
|
78 |
||
79 |
@Override |
|
41725
5aef0bf3bef7
8167180: [JVMCI] Exported elements referring to inaccessible types in jdk.vm.ci
dnsimon
parents:
40631
diff
changeset
|
80 |
public <S> S getProvider(Class<S> service) { |
5aef0bf3bef7
8167180: [JVMCI] Exported elements referring to inaccessible types in jdk.vm.ci
dnsimon
parents:
40631
diff
changeset
|
81 |
if (service == HotSpotVMEventListener.class) { |
5aef0bf3bef7
8167180: [JVMCI] Exported elements referring to inaccessible types in jdk.vm.ci
dnsimon
parents:
40631
diff
changeset
|
82 |
return service.cast(this); |
5aef0bf3bef7
8167180: [JVMCI] Exported elements referring to inaccessible types in jdk.vm.ci
dnsimon
parents:
40631
diff
changeset
|
83 |
} |
5aef0bf3bef7
8167180: [JVMCI] Exported elements referring to inaccessible types in jdk.vm.ci
dnsimon
parents:
40631
diff
changeset
|
84 |
return null; |
5aef0bf3bef7
8167180: [JVMCI] Exported elements referring to inaccessible types in jdk.vm.ci
dnsimon
parents:
40631
diff
changeset
|
85 |
} |
5aef0bf3bef7
8167180: [JVMCI] Exported elements referring to inaccessible types in jdk.vm.ci
dnsimon
parents:
40631
diff
changeset
|
86 |
|
5aef0bf3bef7
8167180: [JVMCI] Exported elements referring to inaccessible types in jdk.vm.ci
dnsimon
parents:
40631
diff
changeset
|
87 |
@Override |
39249 | 88 |
public void notifyBootstrapFinished() { |
89 |
gotBoostrapNotification++; |
|
90 |
} |
|
91 |
} |