8137173: @HotSpotIntrinsicCandidate is not Oracle-specific
authorzmajo
Mon, 05 Oct 2015 10:30:20 +0200
changeset 33261 c8a39258f284
parent 32849 a2a6b6d26059
child 33262 65de268ae879
child 33270 d8964e3501a5
8137173: @HotSpotIntrinsicCandidate is not Oracle-specific Summary: Change the description of the @HotSpotIntrinsicCandidate annotation. Reviewed-by: mr, alanb
jdk/src/java.base/share/classes/jdk/internal/HotSpotIntrinsicCandidate.java
--- a/jdk/src/java.base/share/classes/jdk/internal/HotSpotIntrinsicCandidate.java	Thu Oct 01 09:59:16 2015 -0400
+++ b/jdk/src/java.base/share/classes/jdk/internal/HotSpotIntrinsicCandidate.java	Mon Oct 05 10:30:20 2015 +0200
@@ -28,8 +28,8 @@
 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