Patch to improve primitives Array.sort()
Paul Sandoz
paul.sandoz at oracle.com
Tue May 26 07:49:12 UTC 2015
On May 26, 2015, at 4:19 AM, "Chan, Sunny" <Sunny.Chan at gs.com> wrote:
> I have looked at the mailing list archive and so far I haven’t identify any progress on the “space for benchmark” – so we could include the performance test as a part of the patch but it will required JMH access somehow.
I think that's ok for now, even if there is no easy way to directly run them. They are still valuable since next time we want to enhance or fix sorting the tests will be easy to find.
For many tests we often require jtreg or testng, so it's kind of another dependency which is actively maintained and developed by the overall JDK team. Granted it's one that currently requires more work to execute. It might be interesting to investigate if jtreg could be enhanced to build and run JMH tests, or even a separate harness would be useful, most probably leveraging maven.
Paul.
More information about the core-libs-dev
mailing list