-
Notifications
You must be signed in to change notification settings - Fork 759
Fix spelling of "supress" #21934
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
Fix spelling of "supress" #21934
Conversation
This commit requires a coordinated merge with eclipse-omr/omr#7764. |
Jenkins build amac jdk11 depends eclipse-omr/omr#7764 |
Jenkins compile amac jdk11depends eclipse-omr/omr#7764 |
Jenkins compile amac jdk11 depends eclipse-omr/omr#7764 |
This commit fixes the misspelled function name supressInliningRecognizedInitialCallee(). Signed-off-by: KONNO Kazuhiro <konno@jp.ibm.com>
Jenkins compile amac jdk11 depends eclipse-omr/omr#7764 |
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.
Looks good. Thanks!
The change looks good, but we'll have to wait until the latest OMR changes have been promoted to openj9-omr before performing the coordinated merge. |
I know this looks like overkill, but it's what's required for a coordinated merge. . . . Jenkins test sanity.functional,sanity.openjdk all jdk8,jdk11,jdk17,jdk21 depends eclipse-omr/omr#7764 |
Some testing looks like it was aborted prematurely. Rerunning those. . . . Jenkins test sanity.openjdk xmaxc,plinux,win jdk11 depends eclipse-omr/omr#7764 |
Jenkins test sanity.openjdk xmac jdk11 depends eclipse-omr/omr#7764 |
Jenkins test sanity.functional,sanity.openjdk win jdk17 depends eclipse-omr/omr#7764 |
Jenkins test sanity.functional,sanity.openjdk aix jdk21 depends eclipse-omr/omr#7764 |
Jenkins test sanity.openjdk win jdk21 depends eclipse-omr/omr#7764 |
Jenkins test sanity.openjdk win32 jdk8 depends eclipse-omr/omr#7764 |
Jenkins test sanity.functional,sanity.openjdk win jdk11,jdk17 depends eclipse-omr/omr#7764 |
Jenkins test sanity.functional aix jdk11 depends eclipse-omr/omr#7764 |
Jenkins test sanity.openjdk plinux jdk11 depends eclipse-omr/omr#7764 |
I will hold off rerunning the zLinux testing, as I’m guessing that those failures are related to the fact that eclipse-omr/omr#7721 hasn’t been promoted yet to the openj9 branch of openj9-omr. |
Rerunning zlinux testing Jenkins test sanity.functional,sanity.openjdk zlinux jdk8,jdk11,jdk17,jdk21 depends eclipse-omr/omr#7764 |
Failures running sanity.functional testing for jdk11 aix, jdk11 Windows and jdk 17 Windows were all in cmdLineTester_jfrEvents_0. That appears to be known issue #21316. |
This commit fixes the misspelled function name
supressInliningRecognizedInitialCallee().