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

Use properties file to control whether pointer classes are generated #3190

Merged
merged 1 commit into from
Oct 9, 2018

Conversation

keithc-ca
Copy link
Contributor

Both pointer and structure classes must be included in j9ddr.jar to continue supporting debug extensions (which must be compiled using j9ddr.jar).

With this change, J9DDRClassLoader will use pointer classes in j9ddr.jar unless it contains pointers/generated/dynamic.properties which defines generate.pointers with the value true, in which case, pointer classes will be generated dynamically based on the blob in the related core file.

The related pull requests will be updated accordingly:
ibmruntimes/openj9-openjdk-jdk8#117
ibmruntimes/openj9-openjdk-jdk11#28

Both pointer and structure classes must be included in j9ddr.jar
to continue supporting debug extensions (which must be compiled
using j9ddr.jar).

Signed-off-by: Keith W. Campbell <[email protected]>
@pshipton
Copy link
Member

pshipton commented Oct 9, 2018

jenkins test sanity zlinux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants