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

Support agent by attaching it at build time #9668

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 14, 2024

  1. Support agent by attaching it at build time

    GraalVM now can apply the class transformation in the native image by
    attaching the java agent at build time.
    User can attach the java agent to native-image with -javaagent option.
    ziyilin committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    386d5b0 View commit details
    Browse the repository at this point in the history