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

8298783: java/lang/ref/FinalizerHistogramTest.java failed with "RuntimeException: MyObject is not found in test output"

Open sendaoYan opened this issue 3 months ago • 11 comments
trafficstars

Hi all,

This pull request contains a backport of commit fe29cad5 from the openjdk/jdk repository.

The commit being backported was authored by Brent Christian on 6 May 2025 and was reviewed by Kim Barrett and Jaikiran Pai.

Thanks!


Progress

  • [x] Change must not contain extraneous whitespace
  • [x] Commit message must refer to an issue
  • [x] JDK-8298783 needs maintainer approval

Issue

  • JDK-8298783: java/lang/ref/FinalizerHistogramTest.java failed with "RuntimeException: MyObject is not found in test output" (Bug - P4 - Approved)

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 3869

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

Using diff file

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

Using Webrev

Link to Webrev Comment

sendaoYan avatar Aug 22 '25 02:08 sendaoYan