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

8316193: jdk/jfr/event/oldobject/TestListenerLeak.java java.lang.Exception: Could not find leak

Open cost0much opened this issue 1 year ago • 3 comments

clean backport


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-8316193 needs maintainer approval

Issue

  • JDK-8316193: jdk/jfr/event/oldobject/TestListenerLeak.java java.lang.Exception: Could not find leak (Bug - P4)

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 574

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

Using diff file

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

cost0much avatar Sep 03 '24 21:09 cost0much

:wave: Welcome back cost0much! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

bridgekeeper[bot] avatar Sep 03 '24 21:09 bridgekeeper[bot]

@cost0much This change now passes all automated pre-integration checks.

After integration, the commit message for the final commit will be:

8316193: jdk/jfr/event/oldobject/TestListenerLeak.java java.lang.Exception: Could not find leak

Reviewed-by: serb

You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed.

At the time when this comment was updated there had been 37 new commits pushed to the master branch:

  • 8b08668b22c3d0eb52e3b27b2aecd725d670a345: 8250825: C2 crashes with assert(field != __null) failed: missing field
  • bfd4d8ba52ee6126adcd8f3e1e09373ca2e699c4: 8048215: [TESTBUG] java/lang/management/ManagementFactory/ThreadMXBeanProxy.java Expected non-null LockInfo
  • f89c26f592a739ae146d44ff295b1c5afb719af4: 8266881: Enable debug log for SSLEngineExplorerMatchedSNI.java
  • 492acd3ac4b4fbd4bfe90a00d8f5cd48ffbe372c: 8265019: Update tests for additional TestNG test permissions
  • 3683a81d332c26737bef1f0b59b4d68ae4242c09: Merge
  • 129290d2ffe3f77ad574bfad8b1ab44f5f3b8fbe: 8339180: Enhanced Building of Processes: Follow-on Issue
  • c2f7e61272996631585153c70d784e7690763f01: 8335912: Add an operation mode to the jar command when extracting to not overwriting existing files
  • 2d042cfa40532e28b697c5a53bd282c2319d2f02: 8336564: Enhance mask blit functionality redux
  • 1a447c78dd71929d50f91698204a7c66e41acfb9: 8335428: Enhanced Building of Processes
  • 1a6e3a5ea32d5c671cb46a590046f16426089921: 8342822: jdk8u432-b06 does not compile on AIX
  • ... and 27 more: https://git.openjdk.org/jdk8u-dev/compare/42c6c17c2e3e19a518cabe0064cbdbf12fc5d40f...master

As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details.

As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@mrserb) but any other Committer may sponsor as well.

➡️ To flag this PR as ready for integration with the above commit message, type /integrate in a new comment. (Afterwards, your sponsor types /sponsor in a new comment to perform the integration).

openjdk[bot] avatar Sep 03 '24 21:09 openjdk[bot]

This backport pull request has now been updated with issue from the original commit.

openjdk[bot] avatar Sep 03 '24 21:09 openjdk[bot]

Webrevs

mlbridge[bot] avatar Oct 09 '24 22:10 mlbridge[bot]

⚠️ @cost0much This change is now ready for you to apply for maintainer approval. This can be done directly in each associated issue or by using the /approval command.

openjdk[bot] avatar Oct 09 '24 23:10 openjdk[bot]

/approval request Improves the jfr TestListenerLeak test. Applies cleanly. Affected test passes. Risk is low: the change is test code only.

cost0much avatar Oct 09 '24 23:10 cost0much

@cost0much 8316193: The approval request has been created successfully.

openjdk[bot] avatar Oct 09 '24 23:10 openjdk[bot]

@cost0much This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration!

bridgekeeper[bot] avatar Nov 07 '24 01:11 bridgekeeper[bot]

@cost0much This pull request has been inactive for more than 8 weeks and will now be automatically closed. If you would like to continue working on this pull request in the future, feel free to reopen it! This can be done using the /open pull request command.

bridgekeeper[bot] avatar Dec 05 '24 03:12 bridgekeeper[bot]

/open

cost0much avatar Feb 04 '25 17:02 cost0much

@cost0much This pull request is now open

openjdk[bot] avatar Feb 04 '25 17:02 openjdk[bot]

/integrate

cost0much avatar Feb 04 '25 17:02 cost0much

@cost0much Your change (at version 69230332d0d06c84105ada8bfc8b2922819fb161) is now ready to be sponsored by a Committer.

openjdk[bot] avatar Feb 04 '25 17:02 openjdk[bot]

/sponsor

phohensee avatar Feb 04 '25 17:02 phohensee

Going to push as commit 4c5094095fade410e23e6a071c93c7e4fdc1dade. Since your change was applied there have been 37 commits pushed to the master branch:

  • 8b08668b22c3d0eb52e3b27b2aecd725d670a345: 8250825: C2 crashes with assert(field != __null) failed: missing field
  • bfd4d8ba52ee6126adcd8f3e1e09373ca2e699c4: 8048215: [TESTBUG] java/lang/management/ManagementFactory/ThreadMXBeanProxy.java Expected non-null LockInfo
  • f89c26f592a739ae146d44ff295b1c5afb719af4: 8266881: Enable debug log for SSLEngineExplorerMatchedSNI.java
  • 492acd3ac4b4fbd4bfe90a00d8f5cd48ffbe372c: 8265019: Update tests for additional TestNG test permissions
  • 3683a81d332c26737bef1f0b59b4d68ae4242c09: Merge
  • 129290d2ffe3f77ad574bfad8b1ab44f5f3b8fbe: 8339180: Enhanced Building of Processes: Follow-on Issue
  • c2f7e61272996631585153c70d784e7690763f01: 8335912: Add an operation mode to the jar command when extracting to not overwriting existing files
  • 2d042cfa40532e28b697c5a53bd282c2319d2f02: 8336564: Enhance mask blit functionality redux
  • 1a447c78dd71929d50f91698204a7c66e41acfb9: 8335428: Enhanced Building of Processes
  • 1a6e3a5ea32d5c671cb46a590046f16426089921: 8342822: jdk8u432-b06 does not compile on AIX
  • ... and 27 more: https://git.openjdk.org/jdk8u-dev/compare/42c6c17c2e3e19a518cabe0064cbdbf12fc5d40f...master

Your commit was automatically rebased without conflicts.

openjdk[bot] avatar Feb 04 '25 17:02 openjdk[bot]

@phohensee @cost0much Pushed as commit 4c5094095fade410e23e6a071c93c7e4fdc1dade.

:bulb: You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.

openjdk[bot] avatar Feb 04 '25 17:02 openjdk[bot]