[code-reflection] RFR: Support storing the code that builds the code model [v17]
Mourad Abbay
mabbay at openjdk.org
Thu Mar 6 15:49:32 UTC 2025
> In this PR we allow the user to decide how to store the code model. The first option is `TEXT`, if this is selected, we store the textual representation of the code model. The second option is `CODE_BUILDR`, if this is selected, we store the code that builds the code model. All work done here is around the second option, because the first option is already supported.
Mourad Abbay has updated the pull request incrementally with one additional commit since the last revision:
Load OpFactory and TypeElementFactory before invocation of opMethod only if the opMethod has there params.
-------------
Changes:
- all: https://git.openjdk.org/babylon/pull/305/files
- new: https://git.openjdk.org/babylon/pull/305/files/ee0f906e..0e49cceb
Webrevs:
- full: https://webrevs.openjdk.org/?repo=babylon&pr=305&range=16
- incr: https://webrevs.openjdk.org/?repo=babylon&pr=305&range=15-16
Stats: 9 lines in 1 file changed: 3 ins; 0 del; 6 mod
Patch: https://git.openjdk.org/babylon/pull/305.diff
Fetch: git fetch https://git.openjdk.org/babylon.git pull/305/head:pull/305
PR: https://git.openjdk.org/babylon/pull/305
More information about the babylon-dev
mailing list