-
Bug
-
Resolution: Fixed
-
P3
-
15
-
b15
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8269524 | 11.0.13-oracle | Thejasvi Voniadka | P3 | Resolved | Fixed | b01 |
JDK-8270260 | 11.0.13 | Aleksey Shipilev | P3 | Resolved | Fixed | b01 |
The test QuietOptions.java fails if the environment variables JAVA_TOOL_OPTIONS and _JAVA_OPTIONS are set. And, the options need to be set when using the tests to obtain code coverage data.
This is because the runtime generates warning messages that these settings are being used. There is no way to suppress the warnings.
The test fails because it checks that no output is generated when the javadoc -quiet option is used.
The most reasonable fix is to detect and ignore these lines if the output is not empty.
This is because the runtime generates warning messages that these settings are being used. There is no way to suppress the warnings.
The test fails because it checks that no output is generated when the javadoc -quiet option is used.
The most reasonable fix is to detect and ignore these lines if the output is not empty.
- backported by
-
JDK-8269524 Using env of JAVA_TOOL_OPTIONS and _JAVA_OPTIONS breaks QuietOption.java test
-
- Resolved
-
-
JDK-8270260 Using env of JAVA_TOOL_OPTIONS and _JAVA_OPTIONS breaks QuietOption.java test
-
- Resolved
-
- relates to
-
JDK-8219323 Using env of JAVA_TOOL_OPTIONS and _JAVA_OPTIONS causing some jtreg test failures
-
- New
-