Skip to content

Commit

Permalink
Fix reachability check to allow fix in serializeArray specialization.
Browse files Browse the repository at this point in the history
  • Loading branch information
chumer committed Dec 1, 2017
1 parent 6c16c47 commit 628ddbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ public boolean isReachableAfter(SpecializationData prev) {
return true;
}

if (prev.hasMultipleInstances()) {
if (prev.isGuardBindsCache()) {
// may fallthrough due to limit
return true;
}
Expand Down

0 comments on commit 628ddbb

Please sign in to comment.