Skip to content

Commit

Permalink
Merge pull request #13960 from dsouzai/reloDumpFmtString
Browse files Browse the repository at this point in the history
Remove nonexistent data from relo log format string
  • Loading branch information
jdmpapin committed Nov 22, 2021
2 parents 644b652 + 5b23440 commit fb29874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/compiler/codegen/J9AheadOfTimeCompile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1814,7 +1814,7 @@ J9::AheadOfTimeCompile::dumpRelocationHeaderData(uint8_t *cursor, bool isVerbose
self()->traceRelocationOffsets(cursor, offsetSize, endOfCurrentRecord, orderedPair);
if (isVerbose)
{
traceMsg(self()->comp(), "\n Validate Stack Walker May Skip Frames: methodID=%d, methodClassID=%d, beholderID=%d, skipFrames=%s ",
traceMsg(self()->comp(), "\n Validate Stack Walker May Skip Frames: methodID=%d, methodClassID=%d, skipFrames=%s ",
(uint32_t)swmsfRecord->methodID(reloTarget),
(uint32_t)swmsfRecord->methodClassID(reloTarget),
swmsfRecord->skipFrames(reloTarget) ? "true" : "false");
Expand Down

0 comments on commit fb29874

Please sign in to comment.