On Fri, 6 Mar 2026 19:59:48 GMT, Matias Saavedra Silva <[email protected]> 
wrote:

>> This patch forwards JDK-8366743 to mainline which implements the spec 
>> changes to acmp ifnull and uninitializedThis. Verified with tier 1-5 tests.
>
> Matias Saavedra Silva has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   Update copyrights

test/hotspot/jtreg/runtime/verifier/UninitThisAcmpOld.jasm line 38:

> 36:          nop;
> 37:          aload_0;
> 38:   L14:   invokespecial     Method java/lang/Object."<init>":"()V";

Suggestion:

  L14:   aload_0;
         invokespecial     Method java/lang/Object."<init>":"()V";

L14 should have a frame with locals [uninitThis, java/lang/Object] and an empty 
stack.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/30036#discussion_r2897602467

Reply via email to