Skip to content

Commit

Permalink
Merge pull request eclipse-omr#7152 from kangyining/forced-continue
Browse files Browse the repository at this point in the history
Remove Forced Flags from Configuration
  • Loading branch information
babsingh authored Oct 20, 2023
2 parents c23dd83 + 1359a55 commit 501add5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions gc/base/Configuration.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ class MM_Configuration : public MM_BaseVirtual
{
/* Data members / types */
public:
bool _packetListSplitForced;
bool _cacheListSplitForced;
bool _splitFreeListAmountForced;

protected:
MM_ConfigurationDelegate _delegate;
Expand Down Expand Up @@ -183,9 +180,6 @@ class MM_Configuration : public MM_BaseVirtual

MM_Configuration(MM_EnvironmentBase* env, MM_GCPolicy gcPolicy, MM_AlignmentType alignmentType, uintptr_t defaultRegionSize, uintptr_t defaultArrayletLeafSize, MM_GCWriteBarrierType writeBarrierType, MM_GCAllocationType allocationType)
: MM_BaseVirtual()
, _packetListSplitForced(false)
, _cacheListSplitForced(false)
, _splitFreeListAmountForced(false)
, _delegate(gcPolicy)
, _alignmentType(alignmentType)
, _defaultRegionSize(defaultRegionSize)
Expand Down

0 comments on commit 501add5

Please sign in to comment.