-
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
Modify metronome Scheduler for moving into OMR #4692
Conversation
598cbeb
to
d084bd0
Compare
Jenkins test sanity xLinux jdk8 |
Jenkins test sanity AIX jdk11 |
Jenkins compile win |
@charliegracie Would you please provide instructions how hook data should be modified instead of be moved to delegate? |
de3fb0c
to
218a8de
Compare
This should be ready for review |
runtime/gc_realtime/Scheduler.cpp
Outdated
#include "j9protos.h" | ||
#include "j9consts.h" | ||
#include "modronopt.h" | ||
#include "ModronAssertions.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would not remove this include, code in this file contains MM Assertions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, updated
Jenkins compile win |
Jenkins test sanity xLinux jdk8 |
Signed-off-by: Jason Hall <jasonhal@ca.ibm.com>
While we're looking at those class forward declarations in Scheduler.hpp, I don't think "class ILogger" even exists and forward declaring "class Scheduler" before class Scheduler seems pointless. |
Jenkins compile win |
Signed-off-by: Jason Hall jasonhal@ca.ibm.com