Skip to content

Commit

Permalink
Merge pull request #19853 from keithc-ca/containerized
Browse files Browse the repository at this point in the history
Export JVM_IsContainerized() in UMA builds
  • Loading branch information
babsingh committed Jul 12, 2024
2 parents 795fef0 + ac84d35 commit d2b02cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/j9vm/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex
<group name="jdk23">
<include-if condition="spec.java23"/>
</group>
<group name="jdk24">
<include-if condition="spec.java24"/>
</group>
</exports>
<includes>
<include path="j9include"/>
Expand Down
3 changes: 3 additions & 0 deletions runtime/redirector/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex
<group name="jdk23">
<include-if condition="spec.java23"/>
</group>
<group name="jdk24">
<include-if condition="spec.java24"/>
</group>
</exports>
<includes>
<include path="j9include"/>
Expand Down

0 comments on commit d2b02cf

Please sign in to comment.