We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dfa055 commit b9fb31fCopy full SHA for b9fb31f
src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/code/site/Call.java
@@ -52,6 +52,7 @@ public final class Call extends Infopoint {
52
/**
53
* Specifies if the target method should be attached to the call site.
54
* 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.
56
*/
57
public final boolean bind;
58
0 commit comments