[code-reflection] RFR: Add ConstructorRef [v2]
Mourad Abbay
mabbay at openjdk.org
Mon Apr 14 23:44:51 UTC 2025
> This is Maurizio's work.
> This PR tries to make `NewOp` similar to how `InvokeOp` is designed. It does this by adding a descriptor for constructors: `ConstructorRef`.
> `ConstructorRef` is wrapper around `FunctionType`, providing functionalities for resolution to a reflective instance.
> Some changes are common between this PR and #393.
Mourad Abbay has updated the pull request incrementally with one additional commit since the last revision:
Remove code that was deleted by a previous PR
-------------
Changes:
- all: https://git.openjdk.org/babylon/pull/395/files
- new: https://git.openjdk.org/babylon/pull/395/files/2acdd441..9e815f03
Webrevs:
- full: https://webrevs.openjdk.org/?repo=babylon&pr=395&range=01
- incr: https://webrevs.openjdk.org/?repo=babylon&pr=395&range=00-01
Stats: 3 lines in 1 file changed: 0 ins; 3 del; 0 mod
Patch: https://git.openjdk.org/babylon/pull/395.diff
Fetch: git fetch https://git.openjdk.org/babylon.git pull/395/head:pull/395
PR: https://git.openjdk.org/babylon/pull/395
More information about the babylon-dev
mailing list