[lworld] RFR: 8354728: [lworld] Langtools work to update strict implementation to latest [v2]

Chen Liang liach at openjdk.org
Wed Apr 16 15:45:09 UTC 2025


On Wed, 16 Apr 2025 00:38:31 GMT, Vicente Romero <vromero at openjdk.org> wrote:

>> Chen Liang has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Review suggestions, also rollback the getEntryType rename in javac, test updates
>
> src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/Code.java line 1364:
> 
>> 1362: 
>> 1363:         Set<VarSymbol> unsetFieldsAtPC = cpToUnsetFieldsMap.get(pc);
>> 1364:         boolean generateAssertUnsetFieldsEntry = unsetFieldsAtPC != null && generateEarlyLarvalFrame && hasUninitalizedThis
> 
> we should probably rename this variable

Done, now called `encloseWithEarlyLarvalFrame`

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

PR Review Comment: https://git.openjdk.org/valhalla/pull/1432#discussion_r2047218967


More information about the valhalla-dev mailing list