On Thu, 3 Mar 2022 13:31:35 GMT, Claes Redestad <[email protected]> wrote:
> > Well, it just didn't build. With the annotation being present, you also > > need an intrinsic implementation. That's what the error message is saying... > > Doh, I had no idea the presence of `@IntrinsicCandidate` was mandating the VM > has an intrinsic implementation these days (Why?! Not much of a _candidate_ > if it's required..). I don't think the intrinsic has to be implemented on every target, but AFAICR it does have to be declared as an intrinsic in HotSpot. ------------- PR: https://git.openjdk.java.net/jdk/pull/7231
