Skip to content

Commit

Permalink
Merge pull request #4844 from CAS-Atlantic/replace_FE_getObjectAlignm…
Browse files Browse the repository at this point in the history
…entInBytes_to_OM_objectAlignmentInBytes

Removed deprecated FrontEnd:getObjectAlignmentInBytes
  • Loading branch information
fjeremic authored Feb 20, 2020
2 parents 0724543 + 6b6bf7a commit d95485c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
10 changes: 1 addition & 9 deletions compiler/env/FrontEnd.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2000, 2019 IBM Corp. and others
* Copyright (c) 2000, 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 @@ -128,14 +128,6 @@ uintptrj_t TR_FrontEnd::getOffsetOfDiscontiguousArraySizeField() { TR_UNIMPLEME
uintptrj_t TR_FrontEnd::getOffsetOfIndexableSizeField() { TR_UNIMPLEMENTED(); return 0; }


int32_t
TR_FrontEnd::getObjectAlignmentInBytes()
{
TR_UNIMPLEMENTED();
return 0;
}


char *
TR_FrontEnd::getFormattedName(
char *buf,
Expand Down
3 changes: 1 addition & 2 deletions compiler/env/FrontEnd.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2000, 2019 IBM Corp. and others
* Copyright (c) 2000, 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 @@ -194,7 +194,6 @@ class TR_FrontEnd : public TR_Uncopyable
virtual int32_t getArraySpineShift(int32_t);
virtual int32_t getArrayletMask(int32_t);
virtual int32_t getArrayletLeafIndex(int32_t, int32_t);
virtual int32_t getObjectAlignmentInBytes();
virtual uintptrj_t getOffsetOfContiguousArraySizeField();
virtual uintptrj_t getOffsetOfDiscontiguousArraySizeField();
virtual uintptrj_t getObjectHeaderSizeInBytes();
Expand Down

0 comments on commit d95485c

Please sign in to comment.