Skip to content

Commit

Permalink
potential fix for #8493
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd committed Dec 8, 2023
1 parent da5eb4e commit 1f564de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void doObject(
Object state,
Object target,
@CachedLibrary(limit = "1") InteropLibrary interop) {
if (numProfile.profile(literal == target)) accept(frame, state, new Object[0]);
if (numProfile.profile(literal.equals(target))) accept(frame, state, new Object[0]);
}

@Fallback
Expand Down

0 comments on commit 1f564de

Please sign in to comment.