Skip to content

Commit

Permalink
Add nonNullableArrayNullStoreCheck to _commonNonHelperSymbolNames
Browse files Browse the repository at this point in the history
Added the missing entry for <nonNullableArrayNullStoreCheck> to
OMR::SymbolReferenceTable::_commonNonHelperSymbolNames.

Signed-off-by:  Henry Zongaro <zongaro@ca.ibm.com>
  • Loading branch information
hzongaro committed Oct 13, 2021
1 parent 5ea759c commit 6e2ab86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/compile/OMRSymbolReferenceTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2144,6 +2144,7 @@ const char *OMR::SymbolReferenceTable::_commonNonHelperSymbolNames[] =
"<descriptionWordFromPtr>",
"<objectEqualityComparison>",
"<objectInequalityComparison>",
"<nonNullableArrayNullStoreCheck>",
"<synchronizedFieldLoad>",
"<atomicAdd>",
"<atomicFetchAndAdd>",
Expand Down

0 comments on commit 6e2ab86

Please sign in to comment.