jdk8u-dev icon indicating copy to clipboard operation
jdk8u-dev copied to clipboard

8048215: [TESTBUG] java/lang/management/ManagementFactory/ThreadMXBeanProxy.java Expected non-null LockInfo

Open sendaoYan opened this issue 9 months ago • 21 comments

Hi all, This is backport of JDK-8048215. This PR try to fixed the intermitent failure. The change has been verifed. Only change the testcase, no risk.


Progress

  • [x] Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • [x] Change must not contain extraneous whitespace
  • [x] Commit message must refer to an issue
  • [ ] JDK-8048215 needs maintainer approval

Issue

  • JDK-8048215: [TESTBUG] java/lang/management/ManagementFactory/ThreadMXBeanProxy.java Expected non-null LockInfo (Bug - P4 - Requested)

Reviewers

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/504/head:pull/504
$ git checkout pull/504

Update a local copy of the PR:
$ git checkout pull/504
$ git pull https://git.openjdk.org/jdk8u-dev.git pull/504/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 504

View PR using the GUI difftool:
$ git pr show -t 504

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/504.diff

Webrev

Link to Webrev Comment

sendaoYan avatar May 23 '24 02:05 sendaoYan