mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-28 03:00:41 +00:00
8137173: @HotSpotIntrinsicCandidate is not Oracle-specific
Change the description of the @HotSpotIntrinsicCandidate annotation. Reviewed-by: mr, alanb
This commit is contained in:
parent
07f5079718
commit
efc0baaf97
@ -28,8 +28,8 @@ package jdk.internal;
|
||||
import java.lang.annotation.*;
|
||||
|
||||
/**
|
||||
* The {@code @HotSpotIntrinsicCandidate} annotation is specific to the Oracle Java
|
||||
* HotSpot Virtual Machine implementation and indicates that an annotated method
|
||||
* The {@code @HotSpotIntrinsicCandidate} 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user