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 general GC_ClassIterator Iterator to scan class #2873

Merged
merged 1 commit into from
Sep 17, 2018

Conversation

dmitripivkine
Copy link
Contributor

Replaced code was missed to be updated for recent condy related
modifications. There is no reason to duplicate existing Iterator
implementation - it is exactly the same code.

Signed-off-by: Dmitri Pivkine Dmitri_Pivkine@ca.ibm.com

Replaced code was missed to be updated for recent condy related
modifications. There is no reason to duplicate existing Iterator
implementation - it is exactly the same code.

Signed-off-by: Dmitri Pivkine <Dmitri_Pivkine@ca.ibm.com>
@dmitripivkine
Copy link
Contributor Author

I believe that performance impact of this change (if any) is minor. Iterator implements exactly the same functionality (however compiled code might be organized differently). I launched a personal build for c,i,p levels to double check functionality.

@dmitripivkine
Copy link
Contributor Author

Jenkins test sanity pLinux jdk8

@dmitripivkine
Copy link
Contributor Author

personal build does not show regression

@amicic amicic merged commit c1aed50 into eclipse-openj9:master Sep 17, 2018
@dmitripivkine
Copy link
Contributor Author

@tajila FYI problem fixed

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.

None yet

2 participants