On Thu, 4 Jun 2026 00:04:18 GMT, Vicente Romero <[email protected]> wrote:

>> src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/Gen.java line 424:
>> 
>>> 422:      *  @param classDecl         The class declaration to normalize.
>>> 423:      */
>>> 424:     List<JCTree> normalizeDefs(JCClassDecl classDecl) {
>> 
>> I don't oppose this change -- but note that I think changes can be minimized 
>> by taking the GenEnv (which should have an enclosing class?)
>
> right but it has a reference to top classes, not inner classes

Inner classes should be gone by Gen time?

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

PR Review Comment: 
https://git.openjdk.org/valhalla/pull/2507#discussion_r3354697739

Reply via email to