On Fri, 5 Feb 2021 21:09:37 GMT, Alex Menkov <[email protected]> wrote:
> JDK-8258917 fixed non-java launchers ("wrong launcher" VM warning for tools).
> The fix un-problemlists RemovingUnixDomainSocketTest and changes
> serviceability tests to use
> OutputAnalyzer.stderrShouldBeEmptyIgnoreDeprecatedWarnings instead of
> stderrShouldBeEmptyIgnoreVMWarnings
Overall it looks good, but as @dcubed-ojdk hinted, sufficient mach5 testing is
necessary. VM warning issues turn up during testing when extra VM options are
used during various tiers and "specialized" test tasks. Simply running the
tests in question through mach5 or locally isn't enough.
-------------
Marked as reviewed by cjplummer (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/2438