adoptium / bumblebench

A microbenchmarking test framework for Eclipse Adoptium
Apache License 2.0
22 stars 31 forks source link

Replace String.repeat() #37

Closed dylanjtuttle closed 4 weeks ago

dylanjtuttle commented 4 weeks ago

Fix build errors on JDK 8 by replacing String.repeat() with a manual concatenation of strings since String.repeat() is a JDK 11+ feature

Fixes: #36

sxa commented 4 weeks ago

Merging since this repository only needs one approval and this is a fix to a current breakage. Thanks for the quick turnaround @dylanjtuttle!

tellison commented 4 weeks ago

Seems that Bumblebench would benefit from an additional PR check - even if it were just a compile test.