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

Merge JITServer PR7533 refactor inROMClass #7544

Merged
merged 1 commit into from Oct 23, 2019

Conversation

a7ehuo
Copy link
Contributor

@a7ehuo a7ehuo commented Oct 21, 2019

PR #7533 removed the duplicated definition of inROMClass()
from TR_ResolvedJ9JITServerMethod and
ClientSessionData::ClassInfo. Define it as isAddressInROMClass() in JITServerHelpers
so that ClassEnv could call this API as well.

Signed-off-by: Annabelle Huo Annabelle.Huo@ibm.com

@a7ehuo a7ehuo force-pushed the mergeRefactorInROMClass branch 4 times, most recently from 1e42788 to 3496125 Compare October 22, 2019 15:00
PR eclipse-openj9#7533 removed the duplicated definition of inROMClass()
from TR_ResolvedJ9JITServerMethod and
ClientSessionData::ClassInfo. Define it as isAddressInROMClass()
in JITServerHelpers so that ClassEnv could call this API as well.

Signed-off-by: Annabelle Huo <Annabelle.Huo@ibm.com>
@a7ehuo a7ehuo changed the title WIP: Merge JITServer PR7533 refactor inROMClass Merge JITServer PR7533 refactor inROMClass Oct 22, 2019
@a7ehuo a7ehuo marked this pull request as ready for review October 22, 2019 20:35
@a7ehuo
Copy link
Contributor Author

a7ehuo commented Oct 22, 2019

@mpirvu Ready for review. Thanks.

@mpirvu mpirvu added the comp:jitserver Artifacts related to JIT-as-a-Service project label Oct 23, 2019
@mpirvu mpirvu added this to In progress in JIT as a Service via automation Oct 23, 2019
@mpirvu mpirvu self-assigned this Oct 23, 2019
Copy link
Contributor

@mpirvu mpirvu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mpirvu
Copy link
Contributor

mpirvu commented Oct 23, 2019

Jenkins test sanity all jdk8,jdk11

@mpirvu
Copy link
Contributor

mpirvu commented Oct 23, 2019

Tests have passed, hence merging.

@mpirvu mpirvu merged commit cf55106 into eclipse-openj9:master Oct 23, 2019
JIT as a Service automation moved this from In progress to Done Oct 23, 2019
@a7ehuo a7ehuo deleted the mergeRefactorInROMClass branch October 25, 2019 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:jitserver Artifacts related to JIT-as-a-Service project
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants