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

Inline VM_JFRConstantPoolTypes into VM_JFRChunkWriter #19866

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

keithc-ca
Copy link
Contributor

  • avoid using new/delete so libstdc++.so is not needed at runtime
  • tidy up

With JFR enabled, libstdc++.so is required by libj9vm29.so, which we don't want. UMA builds just fail because that library is not made available to the linker.

* avoid using new/delete so libstdc++.so is not needed at runtime

* tidy up

Signed-off-by: Keith W. Campbell <[email protected]>
@keithc-ca keithc-ca requested a review from tajila July 17, 2024 16:59
@tajila
Copy link
Contributor

tajila commented Jul 18, 2024

jenkins test sanity xlinux jdk17

@tajila tajila merged commit b2674c2 into eclipse-openj9:master Jul 18, 2024
5 checks passed
@keithc-ca keithc-ca deleted the jfr_new_delete branch July 18, 2024 21:02
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.

2 participants