Re: RFR: 8204194: Lazily create MethodHandleImpl$AsVarargsCollector.asCollectorCache

2018-05-31 Thread Paul Sandoz
+1 Paul. > On May 31, 2018, at 2:24 PM, Claes Redestad wrote: > > Hi, > > please review this tiny fix that removes the eager creation of > asCollectorCache, which saves us a few milliseconds on certain startup tests > with no observed peak performance penalties. > > Bug:

RFR: 8204194: Lazily create MethodHandleImpl$AsVarargsCollector.asCollectorCache

2018-05-31 Thread Claes Redestad
Hi, please review this tiny fix that removes the eager creation of asCollectorCache, which saves us a few milliseconds on certain startup tests with no observed peak performance penalties. Bug: https://bugs.openjdk.java.net/browse/JDK-8204194 Patch: [1] Thanks! /Claes [1] diff -r