-
-
Notifications
You must be signed in to change notification settings - Fork 251
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
Builds should archive debugimage archives #1596
Comments
JDK8 should also be configured with the |
FYI eclipse-openj9/openj9#8874. |
@keithc-ca what would it take to have a Hotspot build create a debug-image as well? |
I expect the additions for OpenJ9 would also work for hotspot. We introduced a new main target ([1]) which invokes a new makefile ([2]). The changes are similar, but not identical, in other versions. [1] https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/openj9/closed/custom/Main.gmk#L72-L75 |
@johnoliver Can you take a look at this please - the OpenJ9 team want it available for the April release |
@keithc-ca - is #1597 the PR that resolves this (in part?) |
Yes, that's the expectation. |
@karianna We'll also need API/website updates to fulfil the other parts of this |
I'm not sure why #1597 closed this. I think there are still parts remaining as Stuart mentioned in the previous comment. |
Linked PRs auto close issues. The API and website issues should be added to their respective repos and the top priority project added to them. |
I can't add the top priority project, but I've created |
OpenJ9 builds also produce
build/.../images/debug-image
containing debug information relating to native code. That folder contains platform-specific (.debuginfo
,.pdb
,.dSYM
or.diz
) files in locations that relate to the corresponding executable or shared library in a jdk.Copying the
debug-image
folder over top of the jdk makes symbols available to greatly ease the task of debugging an issue with native code.Archives of this information are already made available in nightly and pull-request builds at ci.eclipse.org/openj9 (e.g. [1]); it would be helpful to make them available via adoptopenjdk.net as well.
[1] https://ci.eclipse.org/openj9/view/Build_Nightly/job/Build_JDK11_x86-64_linux_Nightly/lastSuccessfulBuild/
The text was updated successfully, but these errors were encountered: