Skip to content

Commit

Permalink
Merge pull request #3881 from fjeremic/deprecate-last-tm-poll-cs
Browse files Browse the repository at this point in the history
Remove last bit of CS checks in `tmPoll`
  • Loading branch information
joransiu authored Nov 29, 2018
2 parents 71a2d7d + d9ee89c commit fca3de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/compiler/z/codegen/J9TreeEvaluator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11457,7 +11457,7 @@ inlineConcurrentLinkedQueueTMPoll(
if (useNonConstrainedTM || disableTMPoll)
cursor = generateS390LabelInstruction(cg, TR::InstOpCode::LABEL, node, failLabel, deps);

if (!TR::Compiler->om.shouldGenerateReadBarriersForFieldLoads() && usesCompressedrefs)
if (usesCompressedrefs)
{
generateRRInstruction(cg, TR::InstOpCode::LLGFR, node, rQ, rQ);

Expand Down

0 comments on commit fca3de3

Please sign in to comment.