RFR: 8281146: Replace StringCoding.hasNegatives with countPositives [v9]
Claes Redestad
redestad at openjdk.java.net
Thu Mar 3 13:35:02 UTC 2022
On Thu, 3 Mar 2022 13:21:36 GMT, Lutz Schmidt <lucy at openjdk.org> 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 also seem to have built-and-tested locally without that patch properly applied. Sorry for the noise, should be fixed now.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7231
More information about the core-libs-dev
mailing list