RFR: 8243208: Clean up JVMFlag implementation [v3]

Gerard Ziemski gziemski at openjdk.java.net
Thu Sep 10 15:45:26 UTC 2020


On Wed, 9 Sep 2020 21:06:41 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> strlen() is not constexpr so it can't be used here. I added my hand-rolled string_len function in
>> [bf90a37](https://github.com/openjdk/jdk/pull/82/commits/bf90a3765720267a8770f7bb0cc6957471ccb21b) so we can share a
>> single copy of the hash calculation loop.
>
> Nice!

I had the same question, cool.

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

PR: https://git.openjdk.java.net/jdk/pull/82


More information about the shenandoah-dev mailing list