Inefficient code of String.indexOf(String)

Aleksey Shipilev aleksey.shipilev at oracle.com
Sun Jun 16 13:20:57 UTC 2013


Hi Anubhav,

On 16.06.2013, at 14:53, Anubhav Chaturvedi <mailforanubhav at gmail.com> wrote:
> I would like to bring the required changes and needed your advice on this.

Welcome to OpenJDK!

Please read through OpenJDK contributors page for the process we follow:
   http://openjdk.java.net/contribute/

It would be great if you do additional tests for the code you are bringing in, since whitebox testing might catch more things in addition to standard testing. 

Since your change is the performance one, we recommend to use JMH to build appropriate performance benchmarks:
   http://openjdk.java.net/projects/code-tools/jmh

Thanks,
-Aleksey


More information about the core-libs-dev mailing list