Skip to content

Commit

Permalink
Remove deprecated callTheJitsArrayCopyHelper() function
Browse files Browse the repository at this point in the history
Signed-off-by: Daryl Maier <maier@ca.ibm.com>
  • Loading branch information
0xdaryl committed May 11, 2021
1 parent 092787c commit a190d0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions compiler/optimizer/ValuePropagationCommon.cpp
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2000, 2020 IBM Corp. and others
* Copyright (c) 2000, 2021 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 @@ -1092,7 +1092,6 @@ void OMR::ValuePropagation::transformArrayCopyCall(TR::Node *node)
if ((primitiveTransform || referenceTransform) &&
!comp()->getOption(TR_DisableArrayCopyOpts) &&
!node->isDontTransformArrayCopyCall() &&
comp()->fej9()->callTheJitsArrayCopyHelper() &&
!comp()->getOption(TR_DisableInliningOfNatives) &&
!(srcObject && srcObject->isNullObject()) &&
!(dstObject && dstObject->isNullObject()) &&
Expand Down

0 comments on commit a190d0b

Please sign in to comment.