-
Notifications
You must be signed in to change notification settings - Fork 720
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
Implement JVM_IsContainerized and fix JVM_IsUseContainerSupport #19827
Conversation
fe56122
to
f6a7783
Compare
Jenkins compile amac jdk11,jdknext |
Local compilation was failing. Had to move |
Aborted the old PR build: https://openj9-jenkins.osuosl.org/job/PullRequest-OpenJ9/5776 Launching a new one: Jenkins compile amac jdk11,jdknext |
That will not work because |
Added Jenkins compile amac jdk11,jdknext |
Jenkins compile zlinux jdk8 |
Jenkins compile zlinux jdk8 |
Jenkins compile amac jdk11,jdknext |
An implementation of JVM_IsContainerized has been added. The signature of JVM_IsUseContainerSupport has been corrected. Closes: eclipse-openj9#19801 Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
Only the function description has been updated. Old PR builds are still good: |
An implementation of
JVM_IsContainerized
has been added.The signature of
JVM_IsUseContainerSupport
has been corrected.Closes: #19801