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

Warn of mismatch between jdmpview and producer of core file #11085

Merged
merged 2 commits into from
Nov 4, 2020

Conversation

keithc-ca
Copy link
Contributor

This is similar to #11049, with two significant differences:

  1. the addition to the JavaRuntime interface is getSystemProperty(String key) instead of getSystemProperties() (the latter caused difficulties in internal builds)
  2. this updates the ant script used in internal builds

@keithc-ca keithc-ca changed the title Core compat Warn of mismatch between jdmpview and producer of core file Nov 3, 2020
* remove references to dtfj.j9-head.jar (with stale content)
* define bootclasspath globally and use where appropriate

* clean up build script
* use dtfj-j9.jar consistently
* define and use dtfj-tck.jar
* remove dead code based on ${product} or ${VM_VERSION}

Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
Compare system property "java.vm.name" from core file and host VM;
warn about compatibility problems when they aren't the same.

Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
@keithc-ca keithc-ca marked this pull request as ready for review November 3, 2020 17:10
@keithc-ca
Copy link
Contributor Author

Jenkins test sanity,extended zlinux jdk8

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