Skip to content

Commit

Permalink
Merge pull request #4704 from bragaigor/request_flag
Browse files Browse the repository at this point in the history
Add arraylet double map request field
  • Loading branch information
youngar authored Jan 10, 2020
2 parents 5c57cb3 + b8a91ce commit 133aca0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gc/base/GCExtensionsBase.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 1991, 2019 IBM Corp. and others
* Copyright (c) 1991, 2020 IBM Corp. and others
*
* This program and the accompanying materials are made available under
* the terms of the Eclipse Public License 2.0 which accompanies this
Expand Down Expand Up @@ -257,6 +257,7 @@ class MM_GCExtensionsBase : public MM_BaseVirtual {
bool largePageWarnOnError;
bool largePageFailOnError;
bool largePageFailedToSatisfy;
bool isArrayletDoubleMapRequested;
uintptr_t requestedPageSize;
uintptr_t requestedPageFlags;
uintptr_t gcmetadataPageSize;
Expand Down Expand Up @@ -1354,6 +1355,7 @@ class MM_GCExtensionsBase : public MM_BaseVirtual {
, largePageWarnOnError(false)
, largePageFailOnError(false)
, largePageFailedToSatisfy(false)
, isArrayletDoubleMapRequested(false)
, requestedPageSize(0)
, requestedPageFlags(OMRPORT_VMEM_PAGE_FLAG_NOT_USED)
, gcmetadataPageSize(0)
Expand Down

0 comments on commit 133aca0

Please sign in to comment.