Skip to content

Commit

Permalink
Change GC continuation list option default to enable
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Lu <[email protected]>
  • Loading branch information
fengxue-IS committed Mar 29, 2023
1 parent cf7e46f commit 14084ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/gc_base/GCExtensions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ class MM_GCExtensions : public MM_GCExtensionsBase {
, minimumFreeSizeForSurvivor(DEFAULT_SURVIVOR_MINIMUM_FREESIZE)
, freeSizeThresholdForSurvivor(DEFAULT_SURVIVOR_THRESHOLD)
, recycleRemainders(true)
, continuationListOption(verify_continuation_list)
, continuationListOption(enable_continuation_list)
{
_typeId = __FUNCTION__;
}
Expand Down

0 comments on commit 14084ce

Please sign in to comment.