-
Notifications
You must be signed in to change notification settings - Fork 733
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 verbose logging to dependency table #20712
Conversation
Attn @mpirvu. These are some of the verbose messages I've been using for development. This depends on some verbose flags being added to |
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.
Please see inline comments.
98d1c1d
to
860088a
Compare
Marked the PR ready now that eclipse-omr/omr#7571 has been merged. |
Keep in mind the OMR PR also needs to promote, which won't happen before ~ tomorrow afternoon, assuming all goes well. |
jenkins compile all jdk21 |
Compilation error on mac
|
The verbose options dependencyTracking and dependencyTrackingDetails turn on various verbose log messages related to class and method tracking in the dependency table, and method dependency gathering at compile time. Signed-off-by: Christian Despres <[email protected]>
860088a
to
b82811b
Compare
I've included |
jenkins compile amac jdk21 |
The verbose options dependencyTracking and dependencyTrackingDetails turn on various verbose log messages related to class and method tracking in the dependency table, and method dependency gathering at compile time.
Depends on eclipse-omr/omr#7571