jlahoda [Thu, 06 Oct 2016 14:03:58 +0200] rev 41444
8153362: Add javac -Xlint warning to list exposed types which are not accessible
Summary: Adding implementation to -Xlint:exports, to warn about exposing inaccessible types in API
Reviewed-by: jjg
mchung [Wed, 05 Oct 2016 18:42:23 -0700] rev 41443
8167014: jdeps: Missing message: warn.skipped.entry
Reviewed-by: alanb, lancea
mchung [Wed, 05 Oct 2016 18:41:43 -0700] rev 41442
8166846: jdeps fails to generate module info if there is any class in unnamed package
Reviewed-by: lancea
mcimadamore [Wed, 05 Oct 2016 13:06:21 +0100] rev 41441
8167070: Performance regression in compound scopes
Summary: Extra call to inner scope's hasNext() causes performance regression
Reviewed-by: jlahoda
mchung [Tue, 04 Oct 2016 18:56:03 -0700] rev 41440
8166860: Add magic number to jmod file
Reviewed-by: alanb, jjg
smarks [Tue, 04 Oct 2016 18:43:36 -0700] rev 41439
8161338: (jdeprscan) remove JEP 293 non-conforming -cp option
8165927: (jdeprscan) com.sun.tools.jdeprscan.Main.instance should be package protected
Reviewed-by: jjg
jjg [Tue, 04 Oct 2016 16:47:09 -0700] rev 41438
8166472: javac/javadoc expands @files incorrectly
Reviewed-by: henryjen, ksrini