RFR: 8003246: Add Supplier to ThreadLocal (original) (raw)

Jeff Hain jeffhain at rocketmail.com
Thu Dec 6 22:05:13 UTC 2012


nitpicking welcome :)

AFAIK (*), removing 'private' for supplier field could prevent javac to generate accessors for this field, in case it would be accessed from outside inner class (but since it's not, it would not yield better perfs, just smaller bytecode).

(*) If I correctly undertood what Rémi once said :)

-Jeff



More information about the core-libs-dev mailing list