[jdk8u-dev] RFR: 8048215: [TESTBUG] java/lang/management/ManagementFactory/ThreadMXBeanProxy.java Expected non-null LockInfo [v2]
SendaoYan
syan at openjdk.org
Fri Jun 21 15:41:16 UTC 2024
On Fri, 21 Jun 2024 09:27:43 GMT, SendaoYan <syan at openjdk.org> wrote:
>> Hi all,
>> This is backport of [JDK-8048215](https://bugs.openjdk.org/browse/JDK-8048215). This PR try to fixed the intermitent failure. The change has been verifed. Only change the testcase, no risk.
>
> SendaoYan has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:
>
> - Merge branch 'openjdk:master' into jbs8048215
> - 8048215: [TESTBUG] java/lang/management/ManagementFactory/ThreadMXBeanProxy.java Expected non-null LockInfo
>
> Ensure the target thread has reached wait() before inspecting it
>
> Reviewed-by: mchung, dfuchs, jcbeyler
The GHA test runner report 3 failures:
1. `com/sun/jdi/JdbExprTest.sh`, unrelated to this PR. I has created a [issue](https://bugs.openjdk.org/browse/JDK-8334732) to record ths failure.
2. `security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#sslrootrsaca` fails, unrelated to this PR, which is [fixing](https://github.com/openjdk/jdk/pull/19814).
3. `security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#sslrootevrsaca` fails, unrelated to this PR, which is [fixing](https://github.com/openjdk/jdk/pull/19814).
-------------
PR Comment: https://git.openjdk.org/jdk8u-dev/pull/504#issuecomment-2182988200
More information about the jdk8u-dev
mailing list