JDK-8069035 : compiler/oracle/CheckCompileCommandOption.java nightly failure
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P1
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2015-01-15
  • Updated: 2017-07-26
  • Resolved: 2015-01-22
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b50Fixed
Related Reports
Relates :  
Description
----------System.err:(52/2406)----------
 stdout: [CompileCommand: Bad pattern
  "option com/oracle/Test test MyBoolOption1"
  Unrecognized text MyBoolOption1 after command 

Usage: '-XX:CompileCommand=command,"package/Class.method()"'
Use:   '-XX:CompileCommand=help' for more information.

CompileCommand: Bad pattern
  "option com/oracle/Test test MyBoolOption2"
  Unrecognized text MyBoolOption2 after command 

Usage: '-XX:CompileCommand=command,"package/Class.method()"'
Use:   '-XX:CompileCommand=help' for more information.

CompileCommand: Bad pattern
  "option com/oracle/Test  test MyBoolOption3"
  Unrecognized text MyBoolOption3 after command 

Usage: '-XX:CompileCommand=command,"package/Class.method()"'
Use:   '-XX:CompileCommand=help' for more information.

CompileCommand: Bad pattern
  "option com/oracle/Test  test MyBoolOption4"
  Unrecognized text MyBoolOption4 after command 

Usage: '-XX:CompileCommand=command,"package/Class.method()"'
Use:   '-XX:CompileCommand=help' for more information.

];
 stderr: [java version "1.9.0-internal-fastdebug"
Java(TM) SE Runtime Environment (build 1.9.0-internal-fastdebug-20150113113607.neliasso.8027829-b00)
Java HotSpot(TM) Server VM (build 1.9.0-internal-fastdebug-20150113113607.neliasso.8027829-b00, mixed mode)
]
 exitValue = 0

java.lang.RuntimeException: 'CompilerOracle: option com/oracle/Test.test bool MyBoolOption1 = true' missing from stdout/stderr 

	at com.oracle.java.testlibrary.OutputAnalyzer.shouldContain(OutputAnalyzer.java:80)
	at CheckCompileCommandOption.verifyValidOption(CheckCompileCommandOption.java:172)
	at CheckCompileCommandOption.main(CheckCompileCommandOption.java:202)
	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:498)
	at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
	at java.lang.Thread.run(Thread.java:745)

JavaTest Message: Test threw exception: java.lang.RuntimeException: 'CompilerOracle: option com/oracle/Test.test bool MyBoolOption1 = true' missing from stdout/stderr 

JavaTest Message: shutting down test

STATUS:Failed.`main' threw exception: java.lang.RuntimeException: 'CompilerOracle: option com/oracle/Test.test bool MyBoolOption1 = true' missing from stdout/stderr
Comments
verified by nightly testing
26-07-2017

ILW=Test fail changed output, one test every night, none=LHH=P4 + nightly =P1
16-01-2015

Caused by:
15-01-2015