On Fri, 7 Jun 2024 19:56:03 GMT, Chris Plummer <cjplum...@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

Reply via email to