i have ported java 8 streams from openjdk to kilim. the entire test suite passes, though all the parallel stuff is effectively forced to be sequential. kilim + lambdas + streams makes for a very slick data processing layer, so check it out
in the process i fixed a couple bugs with with kilim weaving java 8 constructs and took a first cut on switching to Opcodes.ASM5 (needed to support default methods in interfaces)
this branch also has some improvements to the http infrastructure