jlahoda [Wed, 09 Oct 2013 13:09:31 +0200] rev 21006
8025087: Annotation processing api returns default modifier for interface static method
Summary: ClassReader must not set Flags.DEFAULT for interface static methods
Reviewed-by: vromero, jjg
jlahoda [Wed, 09 Oct 2013 13:06:49 +0200] rev 21005
8025141: java.lang.ClassFormatError: Illegal field modifiers in class (...)
Summary: Should not generate non-public $assertionsDisabled field into interfaces
Reviewed-by: jjg, vromero