Skip to content

Commit

Permalink
set isVirtualLargeObjectHeapRequested = true as default
Browse files Browse the repository at this point in the history
Signed-off-by: hulin <linhu@ca.ibm.com>
  • Loading branch information
LinHu2016 committed Feb 13, 2024
1 parent bf3cedc commit e538060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gc/base/GCExtensionsBase.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1524,7 +1524,7 @@ class MM_GCExtensionsBase : public MM_BaseVirtual {
, isArrayletDoubleMapAvailable(false)
#endif /* defined(OMR_GC_DOUBLE_MAP_ARRAYLETS) */
#if defined(OMR_GC_SPARSE_HEAP_ALLOCATION)
, isVirtualLargeObjectHeapRequested(false)
, isVirtualLargeObjectHeapRequested(true)
, isVirtualLargeObjectHeapEnabled(false)
#endif /* defined(OMR_GC_SPARSE_HEAP_ALLOCATION) */
, requestedPageSize(0)
Expand Down

0 comments on commit e538060

Please sign in to comment.