Skip to content
Success

#1575 (May 27, 2021, 10:24:12 PM)

Started 5 yr 0 mo ago
Took 7.9 sec
Tests (no failures)
    #3099: Improve toArray calls by using an empty array as parameter.

    From Intellij IDEA inspections: Since late updates of OpenJDK 6 this call was intrinsified, making the performance of the empty array version the same and sometimes even better, compared to the pre-sized version.
    (commit: d49e97c)
    github at