summaryrefslogtreecommitdiff
path: root/test/files/cli/test3/Main.check.scala_j9
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/cli/test3/Main.check.scala_j9')
-rw-r--r--test/files/cli/test3/Main.check.scala_j940
1 files changed, 40 insertions, 0 deletions
diff --git a/test/files/cli/test3/Main.check.scala_j9 b/test/files/cli/test3/Main.check.scala_j9
new file mode 100644
index 0000000000..5ffe43d57a
--- /dev/null
+++ b/test/files/cli/test3/Main.check.scala_j9
@@ -0,0 +1,40 @@
+JVMJ9VM007E Command-line option unrecognised: -cpp
+Could not create the Java virtual machine.
+
+Usage: java [-options] class [args...]
+ (to execute a class)
+ or java [-jar] [-options] jarfile [args...]
+ (to execute a jar file)
+
+where options include:
+ -cp -classpath <directories and zip/jar files separated by :>
+ set search path for application classes and resources
+ -D<name>=<value>
+ set a system property
+ -verbose[:class|gc|jni]
+ enable verbose output
+ -version print product version
+ -version:<value>
+ require the specified version to run
+ -showversion print product version and continue
+ -jre-restrict-search | -no-jre-restrict-search
+ include/exclude user private JREs in the version search
+ -agentlib:<libname>[=<options>]
+ load native agent library <libname>, e.g. -agentlib:hprof
+ see also, -agentlib:jdwp=help and -agentlib:hprof=help
+ -agentpath:<pathname>[=<options>]
+ load native agent library by full pathname
+ -javaagent:<jarpath>[=<options>]
+ load Java programming language agent, see java.lang.instrument
+ -? -help print this help message
+ -X print help on non-standard options
+ -assert print help on assert options
+
+3: 1: test 1 passed (1)
+3: 2: 1: test 1 passed (1)
+3: 1: test 2 passed (1)
+3: 2: 1: test 2 passed (1)
+3: 1: test 3 passed (1)
+3: 2: 1: test 3 passed (1)
+3: 1: test 4 passed (4)
+3: 2: 1: test 4 passed (4)