Skip to content

[GR-74007] Crema: implement method parameters reflection#13306

Open
graalvmbot wants to merge 2 commits intomasterfrom
gd/crema-method-parameters
Open

[GR-74007] Crema: implement method parameters reflection#13306
graalvmbot wants to merge 2 commits intomasterfrom
gd/crema-method-parameters

Conversation

@graalvmbot
Copy link
Copy Markdown
Collaborator

  • Crema: Implement Executable parameter reflection

  • Avoid keeping parsed method parameter attributes in memory

    • Keep only the raw bytes, which are more compact
    • Fix issues when an argument does not have a name
    • Remove index < 0 checks when index is known to be positive

This is best reviewed commit-by-commit

* Keep only the raw bytes, which are more compact
* Fix issues when an argument does not have a name
* Remove index < 0 checks when index is known to be positive
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants