git: openjdk/babylon: code-reflection: Support storing the code that builds the code model
Mourad Abbay
mabbay at openjdk.org
Fri Apr 4 17:04:31 UTC 2025
Changeset: fbc7e37b
Branch: code-reflection
Author: Mourad Abbay <mabbay at openjdk.org>
Date: 2025-04-04 17:03:56 +0000
URL: https://git.openjdk.org/babylon/commit/fbc7e37b3036e0e98edf3077227b3adea5ce466f
Support storing the code that builds the code model
Reviewed-by: mcimadamore
! src/java.base/share/classes/java/lang/invoke/InnerClassLambdaMetafactory.java
! src/jdk.incubator.code/share/classes/jdk/incubator/code/Op.java
! src/jdk.incubator.code/share/classes/jdk/incubator/code/bytecode/BytecodeGenerator.java
+ src/jdk.incubator.code/share/classes/jdk/incubator/code/internal/CodeModelToAST.java
! src/jdk.incubator.code/share/classes/jdk/incubator/code/internal/CodeReflectionSymbols.java
! src/jdk.incubator.code/share/classes/jdk/incubator/code/internal/ReflectMethods.java
! src/jdk.incubator.code/share/classes/jdk/incubator/code/writer/OpBuilder.java
+ test/jdk/java/lang/reflect/code/TestAddVarsWhenNecessary.java
More information about the babylon-dev
mailing list