RFR: JDK-8310191: com/sun/tools/attach/warnings/DynamicLoadWarningTest.java second failure on AIX [v2]

Chris Plummer cjplummer at openjdk.org
Fri Jun 16 19:20:07 UTC 2023


On Fri, 16 Jun 2023 11:59:39 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

>> After push of [JDK-8307478](https://bugs.openjdk.org/browse/JDK-8307478) , the following test started to fail on AIX :
>> com/sun/tools/attach/warnings/DynamicLoadWarningTest.java ; failure output :
>> 
>> java.lang.RuntimeException: 'WARNING: A JVM TI agent has been loaded dynamically' found in stderr
>> at jdk.test.lib.process.OutputAnalyzer.stderrShouldNotContain(OutputAnalyzer.java:320)
>> at DynamicLoadWarningTest$AppRunner.stderrShouldNotContain(DynamicLoadWarningTest.java:308)
>> at DynamicLoadWarningTest.testLoadOneJvmtiAgent(DynamicLoadWarningTest.java:138)
>> at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
>> at java.base/java.lang.reflect.Method.invoke(Method.java:580)
>> 
>> Should be handled in a similar way to [JDK-8309549](https://bugs.openjdk.org/browse/JDK-8309549) .
>
> Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Rearrange and simplify test coding

Marked as reviewed by cjplummer (Reviewer).

-------------

PR Review: https://git.openjdk.org/jdk/pull/14515#pullrequestreview-1484183655


More information about the core-libs-dev mailing list