[jdk17u-dev] RFR: 8298783: java/lang/ref/FinalizerHistogramTest.java failed with "RuntimeException: MyObject is not found in test output" [v2]
SendaoYan
syan at openjdk.org
Mon Oct 20 02:43:12 UTC 2025
On Fri, 19 Sep 2025 06:46:56 GMT, SendaoYan <syan at openjdk.org> wrote:
>> Hi all,
>>
>> This pull request contains a backport of commit [fe29cad5](https://github.com/openjdk/jdk/commit/fe29cad5e0b10cd088fc39967599f5a8dcaa445c) from the [openjdk/jdk](https://git.openjdk.org/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!
>
> 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 backport-sendaoYan-fe29cad5-master
> - Backport fe29cad5e0b10cd088fc39967599f5a8dcaa445c
Sorry, the backport PR make this test compilation fails:
/Users/runner/work/jdk17u-dev/jdk17u-dev/test/jdk/java/lang/ref/FinalizerHistogramTest.java:76: error: cannot find symbol
refProResult = wb.waitForReferenceProcessing();
^
symbol: method waitForReferenceProcessing()
location: variable wb of type WhiteBox
-------------
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/3869#issuecomment-3420326662
More information about the jdk-updates-dev
mailing list