[lworld] RFR: 8334484: [lworld] new translation strategy for instance field initializers [v2]

Vicente Romero vromero at openjdk.org
Fri Mar 28 20:17:20 UTC 2025


On Fri, 28 Mar 2025 18:18:10 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

>> Vicente Romero has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   refactorings
>
> src/jdk.compiler/share/classes/com/sun/tools/javac/comp/LocalProxyVarsGen.java line 295:
> 
>> 293:     private class ConstructorScanner extends TreeScanner {
>> 294:         // Match this scan stack: 1=JCMethodDecl, 2=JCExpressionStatement, 3=JCMethodInvocation
>> 295:         private int scanDepth = 0;              // current scan recursion depth in method body
> 
> Is this used?

yep removed it, dead code, thanks

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

PR Review Comment: https://git.openjdk.org/valhalla/pull/1403#discussion_r2019290417


More information about the valhalla-dev mailing list