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
jlahoda [Thu, 19 Jun 2014 22:06:29 +0200] rev 25274
8041648: do while loop that misses ending semicolon has wrong end position
Summary: Ensure the end positions are meaningful even if statement's semicolon is missing.
Reviewed-by: jjg
Contributed-by: dusan.balek@oracle.com, jan.lahoda@oracle.com