A snippet is a Graal graph expressed as a Java source method. Snippets are used for lowering
nodes that have runtime dependent semantics (e.g. the CHECKCAST bytecode).
A partial intrinsic exits by (effectively) calling the intrinsified method.
Element Detail
allowPartialIntrinsicArgumentMismatch
public abstract boolean allowPartialIntrinsicArgumentMismatch
A partial intrinsic exits by (effectively) calling the intrinsified method. Normally, this
call must use exactly the same arguments as the call that is being intrinsified. For well
known snippets that are used after frame state assignment, we want to relax this restriction.