On Wed, 7 Jan 2026 18:00:08 GMT, Chen Liang <[email protected]> wrote:
>> test/jdk/java/lang/invoke/MethodHandleProxies/Unnamed.java line 46:
>>
>>> 44: // inaccessible interface
>>> 45: Method m = intf.getMethod("test");
>>> 46: assertFalse(m.canAccess(t));
>>
>> This looks like a semantic change? Fixing an existing bug in the test?
>
> Yes. I should extract this to a separate patch - this plus the `@run
> testng/othervm Unnamed` should be converted to `@run main/othervm Unnamed`.
Opened PR #29330 to fix this. Please help review..
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28879#discussion_r2709835463