[code-reflection] RFR: Replace the use of Interpreter to create Quoted instance with specialized code [v13]

Mourad Abbay mabbay at openjdk.org
Tue Jun 3 23:43:37 UTC 2025


On Mon, 2 Jun 2025 20:49:02 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:

>> Mourad Abbay has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Add error messages
>
> src/jdk.incubator.code/share/classes/jdk/incubator/code/op/CoreOp.java line 4496:
> 
>> 4494:         }
>> 4495: 
>> 4496:         Op op = qop.quotedOp();
> 
> What about the checks of the quoted op body? Is does the quoted op constructor have sufficient checks already?

The QuotedOp constructor performs those checks already.

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

PR Review Comment: https://git.openjdk.org/babylon/pull/424#discussion_r2125126014


More information about the babylon-dev mailing list