Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GR-59845] Improve loading of base layer elements #10100

Closed
wants to merge 1 commit into from

Conversation

graalvmbot
Copy link
Collaborator

Some specific types are not correctly reloaded in the application layer, because they are not accessible by reflection, so a custom loading is needed.

This PR allows to reload:

  • Proxy types
  • FactoryMethod (was already possible, but is now improved)
  • CEntryPointCallStubMethod
  • ReflectionExpandSignatureMethod
  • JNIJavaCallVariantWrapperMethod

Some information in BaseLayer(Type/Method/Field) is also missing, like annotation value without a default value.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Nov 18, 2024
@graalvmbot graalvmbot force-pushed the scoppey/GR-59845/improve-loading branch from 6dfedad to e18bf16 Compare November 18, 2024 13:33
@graalvmbot graalvmbot closed this Nov 18, 2024
@graalvmbot graalvmbot deleted the scoppey/GR-59845/improve-loading branch November 18, 2024 17:23
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