-
Bug
-
Resolution: Unresolved
-
P4
-
repo-leyden
-
None
Happens in current Leyden prototype:
% CONF=macosx-aarch64-server-fastdebug make images test TEST=compiler/compilercontrol/commands/OptionTest.java
Output and diagnostic info for process 83982 was saved into 'pid-83982-output.log'
STDERR:
stdout: [CompileCommand: An error occurred during parsing
Error: Missing type 'ccstrlist' before option 'ControlIntrinsic'
Line: 'option,package/class,ccstrlist,ControlIntrinsic,+_getClass'
Usage: '-XX:CompileCommand=<option>,<method pattern>' - to set boolean option to true
Usage: '-XX:CompileCommand=<option>,<method pattern>,<value>'
Use: '-XX:CompileCommand=help' for more information and to list all option.
];
stderr: [Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
]
exitValue = 1
java.lang.RuntimeException: 'Error: Did not specify any method name' missing from stdout/stderr
at jdk.test.lib.process.OutputAnalyzer.shouldContain(OutputAnalyzer.java:253)
at compiler.compilercontrol.commands.OptionTest.main(OptionTest.java:43)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
at java.base/java.lang.Thread.run(Thread.java:1447)
% CONF=macosx-aarch64-server-fastdebug make images test TEST=compiler/compilercontrol/commands/OptionTest.java
Output and diagnostic info for process 83982 was saved into 'pid-83982-output.log'
STDERR:
stdout: [CompileCommand: An error occurred during parsing
Error: Missing type 'ccstrlist' before option 'ControlIntrinsic'
Line: 'option,package/class,ccstrlist,ControlIntrinsic,+_getClass'
Usage: '-XX:CompileCommand=<option>,<method pattern>' - to set boolean option to true
Usage: '-XX:CompileCommand=<option>,<method pattern>,<value>'
Use: '-XX:CompileCommand=help' for more information and to list all option.
];
stderr: [Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
]
exitValue = 1
java.lang.RuntimeException: 'Error: Did not specify any method name' missing from stdout/stderr
at jdk.test.lib.process.OutputAnalyzer.shouldContain(OutputAnalyzer.java:253)
at compiler.compilercontrol.commands.OptionTest.main(OptionTest.java:43)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
at java.base/java.lang.Thread.run(Thread.java:1447)