> > A lambda as below does same action but avoids extra .class files (in > my case 330 x ~1,200 bytes) in the compiled output: Using a lambda could be a good way to keep footprint low here, yes. Filed this: https://bugs.openjdk.java.net/browse/JDK-8263172 Cheers Maurizio