Skip to content

Commit

Permalink
[GR-7977] Removed redundant @ExplodeLoop annotation.
Browse files Browse the repository at this point in the history
PullRequest: graal/960
  • Loading branch information
entlicher committed Jan 27, 2018
2 parents 5128331 + 779e8d7 commit c4cfad4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ final class ToGuestValuesNode {
private ToGuestValuesNode() {
}

@ExplodeLoop
Object[] execute(Object[] args) {
if (cachedLength == -1) {
CompilerDirectives.transferToInterpreterAndInvalidate();
Expand Down

0 comments on commit c4cfad4

Please sign in to comment.