Update RuntimeHintsAgentPlugin
to use the native image code path
#30422
Labels
in: test
Issues in the test module
theme: aot
An issue related to Ahead-of-time processing
type: enhancement
A general enhancement
Milestone
RuntimeHintsAgentPlugin
purpose is to verify that reflective invocations expected match the ones performed.gh-30242 introduces a code path where the reflective invocation is skipped when running on native.
This issue set the system property
org.graalvm.nativeimage.imagecode
toruntime
when running runtime tests with the agent in order to make sure the code path tested for those tests is the native one.The text was updated successfully, but these errors were encountered: