On Fri, 16 Jun 2023 10:44:47 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) .

This pull request has now been integrated.

Changeset: 6a63badd
Author:    Matthias Baesken <mbaes...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/6a63badd8ea3e79cd9fc3cb33aff499fc9a6d3f1
Stats:     20 lines in 1 file changed: 8 ins; 8 del; 4 mod

8310191: com/sun/tools/attach/warnings/DynamicLoadWarningTest.java second 
failure on AIX

Reviewed-by: alanb, cjplummer

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

PR: https://git.openjdk.org/jdk/pull/14515

Reply via email to