Skip to content

Commit

Permalink
Merge pull request #4170 from jdmpapin/svm.guaranteed-seen
Browse files Browse the repository at this point in the history
Add symbols of guaranteed IDs to _seenSymbolsSet
  • Loading branch information
andrewcraik committed Jan 3, 2019
2 parents 75196ac + 8e76a9e commit 74ae464
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/compiler/runtime/SymbolValidationManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ TR::SymbolValidationManager::defineGuaranteedID(void *symbol, TR::SymbolType typ
uint16_t id = getNewSymbolID();
_symbolToIdMap.insert(std::make_pair(symbol, id));
setSymbolOfID(id, symbol, type);
_seenSymbolsSet.insert(symbol);
}

void
Expand Down

0 comments on commit 74ae464

Please sign in to comment.