[code-reflection] RFR: Make Quotable a marker interface [v4]

Paul Sandoz psandoz at openjdk.org
Wed Jan 8 16:51:12 UTC 2025


On Wed, 8 Jan 2025 13:14:13 GMT, Mourad Abbay <mabbay at openjdk.org> wrote:

>> In this PR, we make Quotable a marker interface. This PR is based on #301.
>
> Mourad Abbay has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Add missing javadoc

src/jdk.incubator.code/share/classes/jdk/incubator/code/internal/QuotedHelper.java line 41:

> 39:     public static Quoted makeQuoted(MethodHandles.Lookup lookup, FuncOp op, Object[] args) {
> 40:         return (Quoted)Interpreter.invoke(lookup, op, args);
> 41:     }

Looks like a bad merge.

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

PR Review Comment: https://git.openjdk.org/babylon/pull/302#discussion_r1907495813


More information about the babylon-dev mailing list