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

vm.loadAgentLibrary() and -agentpath: might not load the same agent #27

Closed
wants to merge 1 commit into from

Conversation

JasonFengJ9
Copy link
Member

vm.loadAgentLibrary() and -agentpath: might not load the same agent

VirtualMachine.loadAgentLibrary("JvmtiAgent1") and -agentpath:Path.of(Utils.TEST_NATIVE_PATH, libname1).toAbsolutePath().toString() might not load the same agent.

related

Signed-off-by: Jason Feng [email protected]

VirtualMachine.loadAgentLibrary("JvmtiAgent1") and
-agentpath:Path.of(Utils.TEST_NATIVE_PATH,
libname1).toAbsolutePath().toString() might not load the same agent.

Signed-off-by: Jason Feng <[email protected]>
@JasonFengJ9
Copy link
Member Author

Not required w/ eclipse-openj9/openj9#17990

@JasonFengJ9 JasonFengJ9 deleted the jep451 branch September 19, 2024 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant