-
Notifications
You must be signed in to change notification settings - Fork 738
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
Add recompilation test in loop in jProfiling #2348
Add recompilation test in loop in jProfiling #2348
Conversation
67df786
to
90298b2
Compare
This PR depends on eclipse-omr/omr#2731 |
@andrewcraik @fjeremic Can you please review this. |
@r30shah can you please fix the copyright checks? |
3296fd8
to
cfd65b3
Compare
c220a48
to
849a86a
Compare
@andrewcraik Tried to address most of the comments via separate commits and comments. Let me know if I am missing something. |
5e68232
to
7a7af8c
Compare
9b00b65
to
d95ed63
Compare
@andrewcraik Thanks a lot for the review. Addressing your comments will be my first priority in the morning. |
113d828
to
6245458
Compare
This can be merged after merging #2346. That pull request contains some of the supporting functions used here. Current Copyright failure is in |
@andrewcraik I made all changes suggested by you in last comments. Thanks for clarifying about the improper regions. |
@fjeremic can you handle this one too - I think the code should be good - if could give it a quick once over once updated the merge I would be much obliged. |
When jProfiling in compilation is enabled, add a test after aynchcheck node in loop to calculate the frequency and trip up recompilation of the method if reached certain threshold. Signed-off-by: Rahil Shah <rahil@ca.ibm.com>
6245458
to
d59c5e4
Compare
@fjeremic I have rebased and squashed all the commits. Can you please take a look? |
Approving based off @andrewcraik's review. |
Jenkins test sanity |
Windows failures due to #2129. |
When jProfiling in compilation is enabled, add a test after aynchcheck node in loop to calculate the frequency and trip up recompilation of the method if reached certain threshold.