String indexOf Performance
Aleksey Shipilev
shade at redhat.com
Fri Jan 27 18:37:06 UTC 2017
On 01/27/2017 07:22 PM, Scott Palmer wrote:
> I looped through those 100,000 times. I should do a proper JMH benchmark, but
> for now here's a link to the code:
>
> http://pastebin.com/dWcf7rQJ
Ah, OK. There's no reason to dive into the performance of this particular
benchmark. Please isolate the behavior you are seeing with JMH, and possibly see
the generated code with -prof perfasm (or xperfasm, since you're on Windows).
Thanks,
-Aleksey
More information about the jdk9-dev
mailing list