mcimadamore [Wed, 27 Aug 2014 11:41:03 +0100] rev 26267
8056075: Add support for dumping inference dependency graphs
Summary: Add option '-XDdumpInferenceGraphTo=<folder>' to dump inference internal dependency graphs
Reviewed-by: jjg, jlahoda
jlahoda [Wed, 27 Aug 2014 07:44:00 +0200] rev 26266
8056061: Mark implementations of public interfaces with an annotation
Summary: Adding @DefinedBy annotation to mark methods that implement public API methods; annotating the methods; adding a coding rules analyzer to enforce all such methods are annotated.
Reviewed-by: jjg, mcimadamore, jfranck
Contributed-by: jan.lahoda@oracle.com, jonathan.gibbons@oracle.com
mcimadamore [Tue, 26 Aug 2014 12:45:28 +0100] rev 26265
8056055: IntelliJ source paths broken after modularization of langtools
Summary: Add 'share/classes' prefix to all src roots
Reviewed-by: jfranck
jjg [Fri, 22 Aug 2014 16:28:16 -0700] rev 26264
8044859: javac duplicates option processing when using Compiler API
Reviewed-by: mcimadamore, vromero, jlahoda