Skip to content

Commit b9fb31f

Browse files
author
Michael Haas
committed
Updated comment.
1 parent 2dfa055 commit b9fb31f

File tree

1 file changed

+1
-0
lines changed
  • src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/code/site

1 file changed

+1
-0
lines changed

src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/code/site/Call.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public final class Call extends Infopoint {
5252
/**
5353
* Specifies if the target method should be attached to the call site.
5454
* This permits the compiler to override the bytecode based call site resolution for cases were special semantics are needed.
55+
* If the call does not originate from the associated bci, {@link jdk.vm.ci.code.BytecodeFrame#duringCall} must not be set.
5556
*/
5657
public final boolean bind;
5758

0 commit comments

Comments
 (0)