Top Description Methods
jdk.internal.vm.annotation

public @Interface IntrinsicCandidate

extends Annotation
Annotations
@Target:METHOD, CONSTRUCTOR
@Retention:RUNTIME
Imports
java.lang.annotation.*

The @IntrinsicCandidate annotation is specific to the HotSpot Virtual Machine. It indicates that an annotated method may be (but is not guaranteed to be) intrinsified by the HotSpot VM. A method is intrinsified if the HotSpot VM replaces the annotated method with hand-written assembly and/or hand-written compiler IR -- a compiler intrinsic -- to improve performance. The @IntrinsicCandidate annotation is internal to the Java libraries and is therefore not supposed to have any relevance for application code. Maintainers of the Java libraries must consider the following when modifying methods annotated with @IntrinsicCandidate.
Since
16

Method Summary

Inherited from java.lang.annotation.Annotation:
annotationTypeequalshashCodetoString