Currently, a lot of intrinsics with @IntrinsicCandidate are performing bound checks that is better performed outside of intrinsics, or by other methods that calls dedicated intrinsics. Such best practices of IntrinsicCandidate, of minimizing the hand-rolled section, should be mentioned; also the current documentation is way too long, so that people might skip important details as a result. We should make it more concise and helpful.
- relates to
-
JDK-8076112 Add @HotSpotIntrinsicCandidate annotation to indicate methods for which Java Runtime has intrinsics
-
- Resolved
-
- links to
-
Review(master) openjdk/jdk/24777