RFR: 8355223: Improve documentation on @IntrinsicCandidate [v5]

Chen Liang liach at openjdk.org
Wed Apr 23 14:12:29 UTC 2025


> In offline discussion, we noted that the documentation on this annotation does not recommend minimizing the intrinsified section and moving whatever can be done in Java to Java; thus I prepared this documentation update, to shrink a "TLDR" essay to something concise for readers, such as pointing to that list at `vmIntrinsics.hpp` instead of "a list".

Chen Liang has updated the pull request incrementally with one additional commit since the last revision:

  Update src/java.base/share/classes/jdk/internal/vm/annotation/IntrinsicCandidate.java
  
  Co-authored-by: Raffaello Giulietti <raffaello.giulietti at oracle.com>

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/24777/files
  - new: https://git.openjdk.org/jdk/pull/24777/files/d7b652e3..24ed1cc1

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=24777&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=24777&range=03-04

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/24777.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/24777/head:pull/24777

PR: https://git.openjdk.org/jdk/pull/24777


More information about the hotspot-compiler-dev mailing list