Skip to content

Commit

Permalink
Merge pull request #20554 from keithc-ca/uma_sparse
Browse files Browse the repository at this point in the history
UMA: enable OMR_GC_SPARSE_HEAP_ALLOCATION as appropriate
  • Loading branch information
pshipton authored Nov 8, 2024
2 parents 1130597 + f6507fa commit 696d361
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ CONFIGURE_ARGS += \
</#if>
<#if uma.spec.flags.port_omrsigSupport.enabled>
--enable-OMRPORT_OMRSIG_SUPPORT \
</#if>
<#if uma.spec.flags.gc_sparseHeapAllocation.enabled>
--enable-OMR_GC_SPARSE_HEAP_ALLOCATION \
</#if>
--enable-OMR_GC \
--enable-OMR_PORT \
Expand Down

0 comments on commit 696d361

Please sign in to comment.