On Wed, 21 May 2025 17:09:29 GMT, Chen Liang <li...@openjdk.org> wrote:

>> The test was originally written with product builds in mind; it didn't 
>> consider the slowness of debug builds, thus causing tests to fail.
>> 
>> Also there was a bug in testWeakAgainstClassValue: the test need to flush 
>> the backing map in the class to have the weak value removed. It is fixed in 
>> this patch as well.
>> 
>> Testing: ClassValueTest repeated 10 times on 
>> windows-x64/linux-x64/macosx-aarch64/linux-aarch64 fastdebug.
>
> Chen Liang 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 four additional commits since 
> the last revision:
> 
>  - Increase timeout, add comment for adjust for debugging
>  - Merge branch 'master' of https://github.com/openjdk/jdk into 
> fix/cv-test-problems
>  - Restore incorrectly removed annotation
>  - Fix problems with class value tests

The update to increase the timeout to 1 minute * timeout factor, looks good to 
me.

I'm not too familiar with the bug that's requiring the 
`testWeakAgainstClassValue()` method to be updated, but if that helps with the 
test failures then it seems reasonable to fix it.

-------------

Marked as reviewed by jpai (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/25292#pullrequestreview-2858558310

Reply via email to