RFR: 8254078: DataOutputStream is very slow post-disabling of Biased Locking [v5]
Andrew Haley
aph at openjdk.java.net
Tue Oct 13 12:13:20 UTC 2020
On Mon, 12 Oct 2020 18:16:57 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> Can probably move all these initializations to `setup()`. It does not look like the fields `final`-ity matter for this
> benchmark.
This conflicts with other desiderata, i.e. that fields should be final and if a field can be initialized it should be.
And it makes the benchmark longer. I prefer to pass on this one.
-------------
PR: https://git.openjdk.java.net/jdk/pull/542
More information about the core-libs-dev
mailing list