src/java.base/share/classes/jdk/internal/HotSpotIntrinsicCandidate.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8137173 Cdiff src/java.base/share/classes/jdk/internal/HotSpotIntrinsicCandidate.java

src/java.base/share/classes/jdk/internal/HotSpotIntrinsicCandidate.java

Print this page

        

*** 26,37 **** 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 * 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 {@code @HotSpotIntrinsicCandidate} annotation is internal to the * Java libraries and is therefore not supposed to have any relevance for application --- 26,37 ---- package jdk.internal; import java.lang.annotation.*; /** ! * 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 * performance. The {@code @HotSpotIntrinsicCandidate} annotation is internal to the * Java libraries and is therefore not supposed to have any relevance for application
src/java.base/share/classes/jdk/internal/HotSpotIntrinsicCandidate.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File