mcimadamore [Mon, 16 May 2011 09:38:04 +0100] rev 9724
7043922: Regression: internal compiler error for nested anonymous inner class featuring varargs constructor
Summary: Attributing a constructor call does not clean up the compiler's attribution context
Reviewed-by: jjg
mcimadamore [Wed, 11 May 2011 13:12:11 +0200] rev 9721
7041730: Regression: compiler accepts invalid cast from int to Byte
Summary: Implementation of cast conversion rules between primitive and boxed types is too liberal
Reviewed-by: jjg