RFR: 8373935: Migrate java/lang/invoke tests away from TestNG [v2]

Chen Liang liach at openjdk.org
Fri Dec 19 17:09:52 UTC 2025


On Thu, 18 Dec 2025 13:45:41 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

>> Chen Liang has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Some omissions
>
> test/jdk/java/lang/invoke/VarHandles/VarHandleTestAccessBoolean.java line 298:
> 
>> 296:         {
>> 297:             boolean x = (boolean) vh.get(recv);
>> 298:             assertEquals(true, x,"get boolean value");
> 
> Suggestion:
> 
>             assertEquals(true, x, "get boolean value");

This is a template bug, will fix the template and regenerate the test series.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/28879#discussion_r2635746810


More information about the core-libs-dev mailing list