On Sat, 8 Jun 2024 02:21:34 GMT, David Holmes <dhol...@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. Possibly. It means updating 15 tests. Also need to come up with a new name. Any suggestions? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/19606#discussion_r1631916321