Skip to content

Commit

Permalink
Move getInternalPtrMapBit to OpenJ9
Browse files Browse the repository at this point in the history
This commit removes field getInternalPtrMapBit from OMR.

Closes: # 1877
Signed-off-by: Bohao(Aaron) Wang <aaronwang0407@gmail.com>
  • Loading branch information
wbh123456 committed May 28, 2019
1 parent 6302585 commit 11aca00
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions compiler/codegen/OMRCodeGenerator.hpp
Expand Up @@ -681,9 +681,6 @@ class OMR_EXTENSIBLE CodeGenerator
bool getSupportsTenuredObjectAlignment() { return false; }
bool isObjectOfSizeWorthAligning(uint32_t size) { return false; }

// J9
int32_t getInternalPtrMapBit() { return 31;}

uint32_t getMaxObjectSizeGuaranteedNotToOverflow() { return _maxObjectSizeGuaranteedNotToOverflow; }

// --------------------------------------------------------------------------
Expand Down
2 changes: 0 additions & 2 deletions compiler/p/codegen/OMRCodeGenerator.hpp
Expand Up @@ -413,8 +413,6 @@ class OMR_EXTENSIBLE CodeGenerator : public OMR::CodeGenerator

static uint32_t registerBitMask(int32_t reg);

int32_t getInternalPtrMapBit() { return 18;}

int32_t getMaximumNumbersOfAssignableGPRs();
int32_t getMaximumNumbersOfAssignableFPRs();
int32_t getMaximumNumbersOfAssignableVRs();
Expand Down

0 comments on commit 11aca00

Please sign in to comment.