RFR: 8333813: Seviceability tests fail due to stderr containing Temporarily processing option UseNotificationThread
David Holmes
dholmes at openjdk.org
Sat Jun 8 02:24:21 UTC 2024
On Fri, 7 Jun 2024 19:56:03 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:
> Allow warning messages such as the following to appear in stderr:
>
> Java HotSpot(TM) 64-Bit Server VM warning: Temporarily processing option UseNotificationThread; support is scheduled for removal in 24.0
>
> Tested by running CI tier5, which reproduced the issue.
test/lib/jdk/test/lib/process/OutputAnalyzer.java line 187:
> 185: * If stderr was not empty
> 186: */
> 187: public OutputAnalyzer stderrShouldBeEmptyIgnoreDeprecatedWarnings() {
Maybe this should be renamed to reflect that it is about VM option warnings.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19606#discussion_r1631825632
More information about the serviceability-dev
mailing list