Skip to content

Commit

Permalink
Remove Forced Flags from Configuration
Browse files Browse the repository at this point in the history
Continue work from eclipse-omr#7149, remove the original forced flag
definitions from Configuration.

Signed off by: [email protected]
  • Loading branch information
kangyining committed Oct 20, 2023
1 parent c23dd83 commit 1359a55
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 1359a55

Please sign in to comment.