Skip to content

Commit df6c680

Browse files
Add truffle boundary on copyRegAttributesFrom
1 parent 55577c2 commit df6c680

File tree

1 file changed

+1
-0
lines changed
  • com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data

1 file changed

+1
-0
lines changed

com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/RVector.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,7 @@ public final boolean copyNamesFrom(RAbstractVector vector) {
679679
}
680680

681681
@SuppressFBWarnings(value = "ES_COMPARING_STRINGS_WITH_EQ", justification = "all three string constants below are supposed to be used as identities")
682+
@TruffleBoundary
682683
public final RVector<ArrayT> copyRegAttributesFrom(RAbstractContainer vector) {
683684
DynamicObject orgAttributes = vector.getAttributes();
684685
if (orgAttributes != null) {

0 commit comments

Comments
 (0)