On Fri, 16 Jun 2023 11:59:39 GMT, Matthias Baesken <mbaes...@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 alanb (Reviewer).

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

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

Reply via email to