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

Mourad Abbay mabbay at openjdk.org
Mon May 12 15:15:57 UTC 2025


Creating Quoted instance was done by invoking the Interpreter. The Interpreter is too general and if someone could somehow inject any code model we will interpret that as well. This PR replace the use of the interpreter with specialized code.

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

Commit messages:
 - Replace the use of Interpreter to create Quoted instance with specialized code

Changes: https://git.openjdk.org/babylon/pull/424/files
  Webrev: https://webrevs.openjdk.org/?repo=babylon&pr=424&range=00
  Stats: 32 lines in 3 files changed: 22 ins; 2 del; 8 mod
  Patch: https://git.openjdk.org/babylon/pull/424.diff
  Fetch: git fetch https://git.openjdk.org/babylon.git pull/424/head:pull/424

PR: https://git.openjdk.org/babylon/pull/424


More information about the babylon-dev mailing list