rfield [Fri, 20 Jun 2014 10:56:47 -0700] rev 25278
8046060: Different results of floating point multiplication for lambda code block
Summary: propogate strictfp into lambda body
Reviewed-by: vromero, jlahoda
dlsmith [Fri, 20 Jun 2014 10:56:31 -0600] rev 25276
8034147: javac crashes with a NullPointerException during bounds checking
Summary: Types.supertype should return Type.noType rather than null
Reviewed-by: vromero, mcimadamore