On Thu, 18 Dec 2025 13:45:41 GMT, Andrey Turbanov <[email protected]> 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

Reply via email to