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

8335851: [8u] Test JMXStartStopTest.java fails after JDK-8334415

Open sendaoYan opened this issue 7 months ago • 6 comments

Hi all, The testcase sun/management/jmxremote/startstop/JMXStartStopTest.java compile error after JDK-8334415. This PR fix the testcase bug, the change has been verified, no risk.


Progress

  • [ ] 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-8335851 needs maintainer approval

Issue

  • JDK-8335851: [8u] Test JMXStartStopTest.java fails after JDK-8334415 (Bug - P4 - Requested)

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 541

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

Using diff file

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

Webrev

Link to Webrev Comment

sendaoYan avatar Jul 08 '24 09:07 sendaoYan