On Fri, 18 Dec 2020 23:31:35 GMT, Naoto Sato <na...@openjdk.org> wrote:
>> Brent Christian has updated the pull request incrementally with one >> additional commit since the last revision: >> >> format() -> println() > > test/lib/jdk/test/lib/util/ForceGC.java line 48: > >> 46: for (int i = 0; i < 10; i++) { >> 47: System.gc(); >> 48: System.out.format("doit %d: gc %d%n", iter, i); > > Could be better to keep using println(), if performance is important. I agree we don't need format() here ------------- PR: https://git.openjdk.java.net/jdk16/pull/53