JDK-8140352 : compiler control test failed with RuntimeException: 'CompileCommand: compileonly pool/subp?ack/Klass.*met?hod*' missing from stdout/stderr
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2015-10-22
  • Updated: 2015-10-22
  • Resolved: 2015-10-22
Related Reports
Duplicate :  
Description
java.lang.RuntimeException: 'CompileCommand: compileonly pool/subp?ack/Klass.*met?hod*' missing from stdout/stderr 

	at jdk.test.lib.OutputAnalyzer.shouldContain(OutputAnalyzer.java:134)
	at compiler.compilercontrol.share.processors.CommandProcessor.accept(CommandProcessor.java:51)
	at compiler.compilercontrol.share.processors.CommandProcessor.accept(CommandProcessor.java:37)
	at compiler.compilercontrol.share.scenario.Scenario.execute(Scenario.java:141)
	at compiler.compilercontrol.share.MultiCommand.test(MultiCommand.java:80)
	at compiler.compilercontrol.mixed.RandomValidCommandsTest.main(RandomValidCommandsTest.java:42)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:520)
	at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
	at java.lang.Thread.run(Thread.java:747)
Comments
Method name contains UTF symbols that are not correctly printed by CompileCommand. This is duplicate of JDK-8139996
22-10-2015