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

Generate ProfiledClassRecord for new classes only #4226

Merged
merged 1 commit into from
Jan 10, 2019

Conversation

jdmpapin
Copy link
Contributor

A ProfiledClassRecord for a class that has already been determined causes the validation process to choose arbitrarily from the classes that match the given class chain, and then to verify that this new choice agrees with the existing one. Eliminating the ProfiledClassRecord in this case saves space, and causes the validation process to behave as though it always makes the correct choice.

A ProfiledClassRecord for a class that has already been determined
causes the validation process to choose arbitrarily from the classes
that match the given class chain, and then to verify that this new
choice agrees with the existing one. Eliminating the ProfiledClassRecord
in this case saves space, and causes the validation process to behave as
though it always makes the correct choice.

Signed-off-by: Devin Papineau <devinmp@ca.ibm.com>
@dsouzai
Copy link
Contributor

dsouzai commented Jan 10, 2019

Jenkins test sanity xlinux,win,plinux jdk8,jdk11

@dsouzai dsouzai merged commit ad6dd24 into eclipse-openj9:master Jan 10, 2019
@jdmpapin jdmpapin deleted the svm.prof-new-only branch April 9, 2021 22:10
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