[code-reflection] Integrated: Fix interpreter arg checking

Paul Sandoz psandoz at openjdk.org
Wed Aug 13 22:48:30 UTC 2025


On Wed, 13 Aug 2025 22:30:44 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:

> A prior update to the interpreter to check its arguments caused some test failures. This is a quick fix to ensure test pass while still ensuring most checks are still in place
> 1. ensure run time representation of variables (Var) are supported. 
> 2. allow for primitive conversions, which for now i punt on and just let them through, as the check needs more thought.
> 3. accept null for any argument, refine later for primitive values.

This pull request has now been integrated.

Changeset: c5102d7e
Author:    Paul Sandoz <psandoz at openjdk.org>
URL:       https://git.openjdk.org/babylon/commit/c5102d7e1e7e688cb6aa34f5e474d8c0d989c141
Stats:     9 lines in 2 files changed: 4 ins; 3 del; 2 mod

Fix interpreter arg checking

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

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


More information about the babylon-dev mailing list