author | dsamersoff |
Sun, 01 May 2016 12:47:00 +0300 | |
changeset 38152 | 80e5da81fb2c |
parent 36209 | 8db2a78cbc29 |
child 38663 | 03fe0752bb2f |
permissions | -rw-r--r-- |
33160 | 1 |
/* |
36209
8db2a78cbc29
8151156: [TESTBUG] Integrate trivial Hotspot test changes from Jake before Jigsaw M3
ctornqvi
parents:
35148
diff
changeset
|
2 |
* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. |
33160 | 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 8136421 |
|
35148 | 27 |
* @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64") |
33160 | 28 |
* @library /testlibrary / |
38152
80e5da81fb2c
8154258: [TESTBUG] Various serviceability tests fail compilation
dsamersoff
parents:
36209
diff
changeset
|
29 |
* @modules java.base/jdk.internal.misc |
36209
8db2a78cbc29
8151156: [TESTBUG] Integrate trivial Hotspot test changes from Jake before Jigsaw M3
ctornqvi
parents:
35148
diff
changeset
|
30 |
* @modules jdk.vm.ci/jdk.vm.ci.hotspot |
8db2a78cbc29
8151156: [TESTBUG] Integrate trivial Hotspot test changes from Jake before Jigsaw M3
ctornqvi
parents:
35148
diff
changeset
|
31 |
* jdk.vm.ci/jdk.vm.ci.code |
8db2a78cbc29
8151156: [TESTBUG] Integrate trivial Hotspot test changes from Jake before Jigsaw M3
ctornqvi
parents:
35148
diff
changeset
|
32 |
* jdk.vm.ci/jdk.vm.ci.meta |
8db2a78cbc29
8151156: [TESTBUG] Integrate trivial Hotspot test changes from Jake before Jigsaw M3
ctornqvi
parents:
35148
diff
changeset
|
33 |
* jdk.vm.ci/jdk.vm.ci.runtime |
33160 | 34 |
* @build compiler.jvmci.common.JVMCIHelpers |
35 |
* compiler.jvmci.events.JvmciShutdownEventListener |
|
36 |
* compiler.jvmci.events.JvmciShutdownEventTest |
|
37 |
* @run main jdk.test.lib.FileInstaller ../common/services/ ./META-INF/services/ |
|
38 |
* @run main jdk.test.lib.FileInstaller ./JvmciShutdownEventTest.config |
|
39 |
* ./META-INF/services/jdk.vm.ci.hotspot.HotSpotVMEventListener |
|
40 |
* @run main ClassFileInstaller |
|
41 |
* compiler.jvmci.common.JVMCIHelpers$EmptyHotspotCompiler |
|
42 |
* compiler.jvmci.common.JVMCIHelpers$EmptyCompilerFactory |
|
43 |
* compiler.jvmci.events.JvmciShutdownEventListener |
|
36209
8db2a78cbc29
8151156: [TESTBUG] Integrate trivial Hotspot test changes from Jake before Jigsaw M3
ctornqvi
parents:
35148
diff
changeset
|
44 |
* @run main/othervm compiler.jvmci.events.JvmciShutdownEventTest |
33160 | 45 |
*/ |
46 |
||
36209
8db2a78cbc29
8151156: [TESTBUG] Integrate trivial Hotspot test changes from Jake before Jigsaw M3
ctornqvi
parents:
35148
diff
changeset
|
47 |
// as soon as CODETOOLS-7901589 fixed, '@run main/othervm' at L43 should be replaced w/ '@run driver' |
8db2a78cbc29
8151156: [TESTBUG] Integrate trivial Hotspot test changes from Jake before Jigsaw M3
ctornqvi
parents:
35148
diff
changeset
|
48 |
|
33160 | 49 |
package compiler.jvmci.events; |
50 |
||
51 |
import jdk.test.lib.ExitCode; |
|
52 |
import jdk.test.lib.cli.CommandLineOptionTest; |
|
53 |
||
54 |
public class JvmciShutdownEventTest { |
|
55 |
private final static String[] MESSAGE = new String[]{ |
|
56 |
JvmciShutdownEventListener.MESSAGE |
|
57 |
}; |
|
58 |
||
59 |
private final static String[] ERROR_MESSAGE = new String[]{ |
|
60 |
JvmciShutdownEventListener.GOT_INTERNAL_ERROR |
|
61 |
}; |
|
62 |
||
63 |
public static void main(String args[]) throws Throwable { |
|
64 |
boolean addTestVMOptions = true; |
|
65 |
CommandLineOptionTest.verifyJVMStartup(MESSAGE, ERROR_MESSAGE, |
|
66 |
"Unexpected exit code with +EnableJVMCI", |
|
67 |
"Unexpected output with +EnableJVMCI", ExitCode.OK, |
|
68 |
addTestVMOptions, "-XX:+UnlockExperimentalVMOptions", |
|
69 |
"-XX:+EnableJVMCI", "-Xbootclasspath/a:.", |
|
70 |
JvmciShutdownEventListener.class.getName() |
|
71 |
); |
|
72 |
||
73 |
CommandLineOptionTest.verifyJVMStartup(ERROR_MESSAGE, MESSAGE, |
|
74 |
"Unexpected exit code with -EnableJVMCI", |
|
75 |
"Unexpected output with -EnableJVMCI", ExitCode.OK, |
|
76 |
addTestVMOptions, "-XX:+UnlockExperimentalVMOptions", |
|
77 |
"-XX:-EnableJVMCI", "-Xbootclasspath/a:.", |
|
78 |
JvmciShutdownEventListener.class.getName() |
|
79 |
); |
|
80 |
} |
|
81 |
} |