Integrated: 8326370: Remove redundant and misplaced micros from StringBuffers

Claes Redestad redestad at openjdk.org
Wed Feb 21 11:21:57 UTC 2024


On Tue, 20 Feb 2024 20:58:50 GMT, Claes Redestad <redestad at openjdk.org> wrote:

> Some microbenchmarks in org.openjdk.bench.java.lang.StringBuffers seem out-of-place (not testing `StringBuffer`), redundant (covered by other tests like StringSubstring or the various String concatenation tests), or both. This cleans them out. 
> 
> My apologies to Sigurd.

This pull request has now been integrated.

Changeset: 5f16f342
Author:    Claes Redestad <redestad at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/5f16f342d9be955b87054bf4b6369ed47cca964d
Stats:     38 lines in 1 file changed: 0 ins; 38 del; 0 mod

8326370: Remove redundant and misplaced micros from StringBuffers

Reviewed-by: shade

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

PR: https://git.openjdk.org/jdk/pull/17937


More information about the core-libs-dev mailing list